LocusGeofencing class
Geofencing operations.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
addGeofence(
Geofence geofence) → Future< bool> - Adds a single geofence.
-
addGeofences(
List< Geofence> geofences) → Future<bool> - Adds multiple geofences.
-
geofenceExists(
String identifier) → Future< bool> - Checks if a geofence exists.
-
getGeofence(
String identifier) → Future< Geofence?> - Gets a geofence by identifier.
-
getGeofences(
) → Future< List< Geofence> > - Gets all registered geofences.
-
removeGeofence(
String identifier) → Future< bool> - Removes a geofence by identifier.
-
removeGeofences(
) → Future< bool> - Removes all geofences.
-
startGeofences(
) → Future< bool> - Starts geofence-only mode.