-
Notifications
You must be signed in to change notification settings - Fork 19
Class LocationListener
Il Kadyrov edited this page Nov 9, 2020
·
3 revisions
LocationListener provides a callback to be invoked when LocationManager class downloads the location from server or load it from the storage. The callback is invoked in the UI thread.
Referenced from: LocationManager.
public class LocationListener
{
public void onLocationLoaded(Location location);
public void onDownloadProgress(int received, int total);
public void onLocationFailed(Error error);
}Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder