-
Notifications
You must be signed in to change notification settings - Fork 19
Class LocationManager
Pavel Tychinin edited this page Mar 27, 2024
·
6 revisions
LocationManager class is used for downloading and working with location.
Referenced from: NavigineSdk.
public abstract void addLocationListener(LocationListener listener);Function is used for adding LocationListener class element which will notify about newly downloaded and set location.
-
locationListener— LocationListener class element.
public abstract void removeLocationListener(LocationListener listener);Function is used for removing previously added LocationListener class element.
-
locationListener— LocationListener class element.
public abstract void setLocationId(int locationId);Function is used for setting current location, which will be downloaded from server or from storage, if it was downloaded before.
-
locationId— id of Location class element, which could be took from LocationInfo.
public abstract int getLocationId();Function is used for getting current location id.
Id of current set location.
public abstract void setLocationUpdateInterval(int interval);Аunction is used to set the interval for checking the availability of a new version of the location.
-
interval— interval in seconds for checking the availability of a new version of the location.
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