-
Notifications
You must be signed in to change notification settings - Fork 19
Class LocationListListener
Il Kadyrov edited this page Nov 5, 2020
·
4 revisions
LocationListListener provides a callback to be invoked when the list of locations will be downloaded from the server. The callback is invoked in the UI thread.
Referenced from: NavigineSdk.
public class LocationListListener
{
public void onLocationListLoaded(HashMap<Integer, LocationInfo> idToLocationInfoMap);
public void onLocationListFailed(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