A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
geocoder — Property, class com.distriqt.extension.location.Location
Access to the Geocoder utilities for geocoding requests
Geocoder — Interface, package com.distriqt.extension.location
A class for handling geocoding and reverse geocoding.
geocoder:error — Event, interface com.distriqt.extension.location.Geocoder
geocoder:getfromlocation:complete — Event, interface com.distriqt.extension.location.Geocoder
geocoder:getfromlocationname:complete — Event, interface com.distriqt.extension.location.Geocoder
GeocoderEvent — class, package com.distriqt.extension.location.events
GeocoderEvent(type:String, addresses:Array, error:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.location.events.GeocoderEvent
geofences — Property, class com.distriqt.extension.location.Location
Access to the Geofences functionality
Geofences — Interface, package com.distriqt.extension.location.geofences
getFromLocation(latitude:Number, longitude:Number, maxResults:int) — method, interface com.distriqt.extension.location.Geocoder
Returns an array of Addresses that are known to describe the area immediately surrounding the given latitude and longitude.
GET_FROM_LOCATION_COMPLETE — Constant Static Property, class com.distriqt.extension.location.events.GeocoderEvent
Dispatched when the getFromLocation() call has completed and geocoding results are available.
getFromLocationName(locationName:String, maxResults:int) — method, interface com.distriqt.extension.location.Geocoder
Returns an array of Addresses that are known to describe the named location, which may be a place name such as "Dalvik, Iceland", an address such as "1600 Amphitheatre Parkway, Mountain View, CA", an airport code such as "SFO", etc..
GET_FROM_LOCATION_NAME_COMPLETE — Constant Static Property, class com.distriqt.extension.location.events.GeocoderEvent
Dispatched when the getFromLocationName() call has completed and geocoding results are available
getMonitoredRegions() — method, interface com.distriqt.extension.location.geofences.Geofences
Currently supported on iOS only.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z