Individual Place Data
data class IndividualPlaceData(id: String, countryIso: String, category: String, nameRecords: List<IndividualPlaceName>, location: GeoCoordinates, entryLocation: GeoCoordinates?) : Parcelable
Content copied to clipboard
Class representing an individual place.
Constructors
IndividualPlaceData
Link copied to clipboard
fun IndividualPlaceData(id: String, countryIso: String, category: String, nameRecords: List<IndividualPlaceName>, location: GeoCoordinates, entryLocation: GeoCoordinates? = null)
Content copied to clipboard
Functions
Properties
countryIso
Link copied to clipboard
entryLocation
Link copied to clipboard
location
Link copied to clipboard
nameRecords
Link copied to clipboard
List of IndividualPlaceName objects, which represent different language variants of the place title and subtitle.