-
Notifications
You must be signed in to change notification settings - Fork 19
Class LocationListManager
Pavel Tychinin edited this page Mar 27, 2024
·
3 revisions
LocationListManager class is used for downloading locations list from the server and providing it to the user.
Referenced from: NavigineSdk.
public abstract void addLocationListListener(LocationListListener listener);Function is used for adding LocationListListener class element which will notify about newly downloaded location info list.
-
locationListListener— LocationListListener class element.
public abstract void removeLocationListListener(LocationListListener listener);Function is used for removing previously added LocationListListener class element.
-
locationListListener— LocationListListener class element.
public abstract void updateLocationList();The function is used to force update of the location info list
public abstract HashMap<Integer, LocationInfo> getLocationList();The function is used to get current list of available locations info
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