Geofencing Service
interface GeofencingService
Geofencing API for detecting entry/exit states of monitored features' geometries.
Functions
Link copied to clipboard
Adds a feature to be monitored for geofencing activities.
Link copied to clipboard
abstract fun addObserver(@NonNull observer: GeofencingObserver, @NonNull callback: AddObserverCallback)
Adds a geofence monitored features' observer.
Link copied to clipboard
Clears all monitored features.
Link copied to clipboard
Set options affecting the behavior of the geofencing service.
Link copied to clipboard
Gets a feature by its identifier.
Link copied to clipboard
Returns the current options affecting the behavior of the geofencing service.
Link copied to clipboard
Removes a feature (defined by its identifier) to be monitored for geofencing activities.
Link copied to clipboard
abstract fun removeObserver(@NonNull observer: GeofencingObserver, @NonNull callback: RemoveObserverCallback)
Removes a geofence monitored features' observer.