PlaceDetails
data class PlaceDetails(val name: String = "", val street: String = "", val address: String = "", val city: String = "", val citySubdivision: String = "", val countryTertiarySubdivision: String = "", val countrySecondarySubdivision: String = "", val countrySubdivision: String = "", val country: String = "", val distance: FormattedDistance? = null, val position: GeoPoint, val entryPoints: List<EntryPoint> = emptyList())
Information about the retrieved place.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
constructor(name: String = "", street: String = "", address: String = "", city: String = "", citySubdivision: String = "", countryTertiarySubdivision: String = "", countrySecondarySubdivision: String = "", countrySubdivision: String = "", country: String = "", distance: FormattedDistance? = null, position: GeoPoint, entryPoints: List<EntryPoint> = emptyList())