ForwardGeocodeResponse
> ForwardGeocodeResponse

Simple object returned in the callback from the forwardGeocoder method.

Note that Android includes a number of extra fields.

  • 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

ForwardGeocodeResponse
accuracy : Number

Estimated accuracy of the geocoding, in meters.

Estimated accuracy of the geocoding, in meters.

  • 0.8
  • 0.8
ForwardGeocodeResponse
address : String

Full address.

Full address.

  • 0.8
ForwardGeocodeResponse
city : String

City name.

City name.

  • 0.8
ForwardGeocodeResponse
: Number
Error code. ...

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.

  • 3.1.0
  • 3.1.0
  • 3.1.0

Overrides: ErrorResponse.code

ForwardGeocodeResponse
country : String

Country name.

Country name.

  • 0.8
ForwardGeocodeResponse
countryCode : String

Country code.

Country code.

  • 0.8
ForwardGeocodeResponse
: String
Country code. ...

Country code. Same as countryCode.

  • 0.8
ForwardGeocodeResponse
: String
Display address. ...

Display address. Identical to address.

  • 0.8
ForwardGeocodeResponse
error : String

Error message, if any returned.

Error message, if any returned.

Will be undefined if success is true.

Overrides: ErrorResponse.error

ForwardGeocodeResponse
latitude : String

Latitude of the geocoded address.

Latitude of the geocoded address.

ForwardGeocodeResponse
longitude : String

Longitude of the geocoded address.

Longitude of the geocoded address.

ForwardGeocodeResponse
postalCode : String

Postal code.

Postal code.

  • 0.8
ForwardGeocodeResponse
region1 : String

First line of region.

First line of region.

  • 0.8
ForwardGeocodeResponse
region2 : String

Not used.

Not used.

  • 0.8
ForwardGeocodeResponse
street : String

Street name, without street address.

Street name, without street address.

  • 0.8
ForwardGeocodeResponse
street1 : String

Street name.

Street name.

  • 0.8
ForwardGeocodeResponse
success : Boolean

Indicates if the operation succeeded.

Indicates if the operation succeeded.

Returns true if request succeeded, false otherwise.

Overrides: ErrorResponse.success