GeocodedAddress

Simple object representing a place, returned in the callback from the reverseGeocoder method.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

GeocodedAddress
address : String

Full address.

Full address.

GeocodedAddress
city : String

City name.

City name.

GeocodedAddress
country : String

Country name.

Country name.

GeocodedAddress
: String
Country code. ...

Country code. On iOS, use country_code.

  • 0.8
GeocodedAddress
: String
Country code. ...

Country code. Same as country_code.

GeocodedAddress
: String
Display address. ...

Display address. Identical to address.

  • 0.8
GeocodedAddress
latitude : String

Latitude of the geocoded point.

Latitude of the geocoded point.

GeocodedAddress
longitude : String

Longitude of the geocoded point.

Longitude of the geocoded point.

GeocodedAddress
: String
Postal code. ...

Postal code. On iOS, use zipcode.

  • 0.8
GeocodedAddress
region1 : String

First line of region.

First line of region.

  • 0.8
GeocodedAddress
region2 : String

Not used.

Not used.

  • 0.8
GeocodedAddress
street : String

Street name, without street address.

Street name, without street address.

GeocodedAddress
street1 : String

Street name.

Street name.

  • 0.8
GeocodedAddress
: String
Postal code. ...

Postal code. On Android, use postalCode.

  • 0.8
  • 0.8