Titanium.Geolocation.reverseGeocoder

Function of Titanium.Geolocation.
Platform Since
Android 0.1
iPhone 0.1
iPad 0.1

Summary

tries to resolve a location to an address.

Arguments

Name Type Summary
latitude Number

latitude to search

longitude Number

longitude to search

callback Callback<Object>

function to invoke on success or failure. The event object passed contains a places array of zero or more place dictionaries. Each place dictionary contains the following properties: street, street1, city, region1, region2, postalCode, country, countryCode, longitude, latitude, displayAddress, address.

Return Type

void