# ForwardGeocodeResponse

Simple object returned in the callback from the forwardGeocoder method.

Note that Android includes a number of extra fields.

Availability
0.8
0.8
9.2.0
Extends

NOTE

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

# Properties

# accuracy

Availability
0.8
9.2.0
accuracy :Number

Estimated accuracy of the geocoding, in meters.


# address

Availability
0.8
address :String

Full address.


# city

Availability
0.8
city :String

City name.


# code

Availability
3.1.0
3.1.0
9.2.0
code :Number

Error code. Returns 0 if success is true.

Error code will be 0 if success is true, nonzero otherwise. If the error was generated by the operating system, that system's error value is used. Otherwise, this value will be -1.


# country

Availability
0.8
country :String

Country name.


# country_code

Availability
0.8
country_code :String

Country code. Same as countryCode.


# countryCode

Availability
0.8
countryCode :String

Country code.


# displayAddress

Availability
0.8
displayAddress :String

Display address. Identical to address.


# error

Availability
0.8
0.8
9.2.0
error :String

Error message, if any returned.

Will be undefined if success is true.


# latitude

Availability
0.8
0.8
9.2.0
latitude :String

Latitude of the geocoded address.


# longitude

Availability
0.8
0.8
9.2.0
longitude :String

Longitude of the geocoded address.


# postalCode

Availability
0.8
postalCode :String

Postal code.


# region1

Availability
0.8
region1 :String

First line of region.


# region2

Availability
0.8
region2 :String

Not used.


# street

Availability
0.8
street :String

Street name, without street address.


# street1

Availability
0.8
street1 :String

Street name.


# success

Availability
0.8
0.8
9.2.0
success :Boolean

Indicates if the operation succeeded.

Returns true if request succeeded, false otherwise.