IndividualPlaceData

fun IndividualPlaceData(    id: String,     countryIso: String,     category: String,     nameRecords: List<IndividualPlaceName>,     location: GeoCoordinates,     entryLocation: GeoCoordinates? = null)