-
Couldn't load subscription status.
- Fork 19
Class ZoneListener
Il Kadyrov edited this page Nov 5, 2020
·
2 revisions
ZoneListener provides a callback to be invoked when ZoneManager detects entering/leaving zone events. The callback is invoked in the UI thread.
Referenced from: ZoneManager, Zone.
public interface ZoneListener
{
public void onEnterZone(Zone z);
public void onLeaveZone(Zone z);
}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