# GeocodedAddress

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

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# address

Availability
0.8
0.8
9.2.0
address :String

Full address.


# city

Availability
0.8
0.8
9.2.0
city :String

City name.


# country

Availability
0.8
0.8
9.2.0
country :String

Country name.


# countryCode

Availability
0.8
0.8
9.2.0
countryCode :String

Country code.


# latitude

Availability
0.8
0.8
9.2.0
latitude :Number

Latitude of the geocoded point.


# longitude

Availability
0.8
0.8
9.2.0
longitude :Number

Longitude of the geocoded point.


# postalCode

Availability
0.8
0.8
9.2.0
postalCode :String

Postal code


# region1

Availability
0.8
region1 :String

First line of region.


# region2

Availability
0.8
region2 :String

Not used.


# state

Availability
0.8
0.8
9.2.0
state :String

State name.

This property may return the full name or abbreviated name.


# street

Availability
0.8
0.8
9.2.0
street :String

Street name, without street address.


# street1

Availability
0.8
street1 :String

Street name.