-
Notifications
You must be signed in to change notification settings - Fork 18
Class ZoneManager
Il Kadyrov edited this page Oct 12, 2020
·
1 revision
ZoneManager class is used for notifying about entering or leaving zones.
Referenced from: NavigineSdk.
public void addZoneListener(ZoneListener zoneListener)
Function is used for adding ZoneListener class element which will notify about entering or leaving zones.
-
zoneListener
— ZoneListener class element.
public void removeZoneListener(ZoneListener zoneListener)
Function is used for removing previously added ZoneListener class element.
-
zoneListener
— ZoneListener class element.
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