- GeocoderUtils - Class in com.mapbox.services.android.geocoder
-
- GeocoderUtils() - Constructor for class com.mapbox.services.android.geocoder.GeocoderUtils
-
- getDelay() - Method in class com.mapbox.services.android.location.MockLocationEngine
-
- getFromLocation(double, double, int) - Method in class com.mapbox.services.android.geocoder.AndroidGeocoder
-
Returns an array of Addresses that are known to describe the
area immediately surrounding the given latitude and longitude.
- getFromLocationName(String, int) - Method in class com.mapbox.services.android.geocoder.AndroidGeocoder
-
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..
- getFromLocationName(String, int, double, double, double, double) - Method in class com.mapbox.services.android.geocoder.AndroidGeocoder
-
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..
- getLastLocation() - Method in class com.mapbox.services.android.location.LostLocationEngine
-
Returns the Last known location if the location provider is connected and location permissions are granted.
- getLastLocation() - Method in class com.mapbox.services.android.location.MockLocationEngine
-
If the lastLocation is not null, this method will return the last location as expected.
- getLocationEngine(Context) - Static method in class com.mapbox.services.android.location.LostLocationEngine
-
- getSpeed() - Method in class com.mapbox.services.android.location.MockLocationEngine
-