Location Response
data class LocationResponse(val latLng: LatLngResponse, val locationType: String, val postalAddress: PostalAddressResponse, val radiusMiles: Double)
A resource that represents a location with full geographic information.
Constructors
Link copied to clipboard
fun LocationResponse(latLng: LatLngResponse, locationType: String, postalAddress: PostalAddressResponse, radiusMiles: Double)