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)

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
fun PlaceDetails(name: String = "", street: String = "", address: String = "", city: String = "", citySubdivision: String = "", countryTertiarySubdivision: String = "", countrySecondarySubdivision: String = "", countrySubdivision: String = "", country: String = "", distance: FormattedDistance? = null, position: GeoPoint)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard