Geofence class

Available extensions

Constructors

Geofence({required String identifier, required double radius, required double latitude, required double longitude, bool notifyOnEntry = true, bool notifyOnExit = true, bool notifyOnDwell = false, int? loiteringDelay, JsonMap? extras})
const
Geofence.fromMap(JsonMap map)
factory

Properties

extras JsonMap?
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
final
isValid bool
Returns true if this geofence has valid configuration.
no setter
latitude double
final
loiteringDelay int?
final
longitude double
final
notifyOnDwell bool
final
notifyOnEntry bool
final
notifyOnExit bool
final
radius double
final
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
toMap() JsonMap
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited