Localities Geocode Response
data class LocalitiesGeocodeResponse(val formattedAddress: String? = null, val types: List<LocalitiesGeocodeTypes>? = null, val geometry: LocalitiesAddressGeometry? = null, val status: LocalitiesStatus? = null, val addressComponents: List<AddressComponentsInner>? = null, val subBuildings: List<LocalitiesAddressSummary>? = null)
Attributes describing a locality. Not all attributes will be available for all locality types.
Parameters
formatted Address
Contains the readable text description of the result.
types
An array containing the types of the result
geometry
status
address Components
An array containing Address Components with additional information
Constructors
Link copied to clipboard
constructor(formattedAddress: String? = null, types: List<LocalitiesGeocodeTypes>? = null, geometry: LocalitiesAddressGeometry? = null, status: LocalitiesStatus? = null, addressComponents: List<AddressComponentsInner>? = null, subBuildings: List<LocalitiesAddressSummary>? = null)
Properties
Link copied to clipboard
@SerializedName(value = "address_components" )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard