-
Notifications
You must be signed in to change notification settings - Fork 19
Class LocationManager
Il Kadyrov edited this page Oct 12, 2020
·
6 revisions
LocationManager class is used for downloading and working with location.
Referenced from: NavigineSdk.
public void addLocationListener(LocationListener locationListener)Function is used for adding LocationListener class element which will notify about newly downloaded and set location.
-
LocationListener— LocationListener class element.
public void removeLocationListener(LocationListener locationListListener)Function is used for removing previously added LocationListener class element.
-
locationListener— LocationListener class element.
public void setLocation(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 int getLocationId()Function is used for getting current location id.
Id of current set 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