Skip to content

Titanium.Geolocation.GeocodedAddress

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

Platforms: android, iphone, ipad, macos

Properties #

address#

Type: String

Full address.

city#

Type: String

City name.

country#

Type: String

Country name.

countryCode#

Type: String

Country code.

latitude#

Type: Number

Latitude of the geocoded point.

longitude#

Type: Number

Longitude of the geocoded point.

postalCode#

Type: String

Postal code

region1#

Type: String

First line of region.

region2#

Type: String

Not used.

state#

Type: String

State name.

This property may return the full name or abbreviated name.

street#

Type: String

Street name, without street address.

street1#

Type: String

Street name.

Titanium SDK Documentation