Package-level declarations
Types
Link copied to clipboard
A geographic location represented by latitude and longitude.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS] )
Link copied to clipboard
class Place(val coordinates: Coordinates, val name: String?, val street: String?, val isoCountryCode: String?, val country: String?, val postalCode: String?, val administrativeArea: String?, val subAdministrativeArea: String?, val locality: String?, val subLocality: String?, val thoroughfare: String?, val subThoroughfare: String?)
Represents a place on Earth.