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