Package-level declarations
Types
Callback that returns the result of adding a feature to be monitored.
Callback that returns the result of adding a geofence monitored features' observer.
Callback that returns the result of clearing all monitored features.
Callback that provides the result of a request to configure the Geofencing API object.
Geofencing state for the feature.
Geofencing error code with brief explanation.
Geofencing error codes.
Geofencing event created onEntry/onDwell/onExit.
A factory class used to instantiate a Geofencing API object.
Geofencing observer for monitoring entry/dwell/exit from features as well as errors.
Configuration options affecting the behavior of the geofencing service.
Use the following keys in the properties of your GeoJSON Feature to configure geofencing engine per Feature. For example: { "geometry":{"coordinates":11.7846331,48.3527223,"type":"Point"}, "properties":{"MBX_GEOFENCE_DWELL_TIME":10, "MBX_GEOFENCE_POINT_RADIUS":100}, "type":"Feature" }
Geofencing API for detecting entry/exit states of monitored features' geometries.
Callback that returns the result of retrieving a feature.
Callback that retrieves the current set of geofencing options from a given Geofencing API object.
Callback that returns the result of removing a monitored feature.
Callback that returns the result of removing a geofence monitored features' observer.
Functions
DSL builder for GeofenceState
DSL builder for GeofencingError
DSL builder for GeofencingEvent
DSL builder for GeofencingOptions