geofencing property

GeofenceService geofencing
final

Geofencing service for circular, polygon geofences and workflows.

Example:

await Locus.geofencing.add(Geofence(...));
Locus.geofencing.events.listen((event) => print(event));

Implementation

static final GeofenceService geofencing =
    GeofenceServiceImpl(() => _instance);