Package-level declarations
Types
Link copied to clipboard
interface AddFeatureCallback
Callback that returns the result of adding a feature to be monitored.
Link copied to clipboard
interface AddObserverCallback
Callback that returns the result of adding a geofence monitored features' observer.
Link copied to clipboard
interface ClearFeaturesCallback
Callback that returns the result of clearing all monitored features.
Link copied to clipboard
interface ConfigureCallback
Callback that provides the result of a request to configure the Geofencing API object.
Link copied to clipboard
Geofencing state for the feature.
Link copied to clipboard
Geofencing error code with brief explanation.
Link copied to clipboard
enum GeofencingErrorType
Geofencing error codes.
Link copied to clipboard
Geofencing event created onEntry/onDwell/onExit.
Link copied to clipboard
class GeofencingFactory
A factory class used to instantiate a Geofencing API object.
Link copied to clipboard
interface GeofencingObserver
Geofencing observer for monitoring entry/dwell/exit from features as well as errors.
Link copied to clipboard
Configuration options affecting the behavior of the geofencing service.
Link copied to clipboard
class GeofencingPropertiesKeys
Use the following keys in the properties of your GeoJSON Feature to configure geofencing engine per Feature.
Link copied to clipboard
interface GeofencingService
Geofencing API for detecting entry/exit states of monitored features' geometries.
Link copied to clipboard
class GeofencingUtils
Link copied to clipboard
interface GetFeatureCallback
Callback that returns the result of retrieving a feature.
Link copied to clipboard
interface GetOptionsCallback
Callback that retrieves the current set of geofencing options from a given Geofencing API object.
Link copied to clipboard
interface RemoveFeatureCallback
Callback that returns the result of removing a monitored feature.
Link copied to clipboard
interface RemoveObserverCallback
Callback that returns the result of removing a geofence monitored features' observer.