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