data class Address : Serializable
Describes the detailed address. |
|
data class AddressRanges : Serializable
Address ranges on a street segment. |
|
data class MapCode : Serializable
A MapCode represents a specific location to within a few meters. Every location on Earth can be represented by a MapCode. MapCodes are designed to be short, easy to recognize, remember, and communicate. |
|
enum class MapCodeType
Enables the return of a comma-separated MapCodes list. It can also filter the Response to only show selected MapCode types. |