PolygonGeofence constructor
Implementation
const PolygonGeofence({
required this.identifier,
required this.vertices,
this.notifyOnEntry = true,
this.notifyOnExit = true,
this.notifyOnDwell = false,
this.loiteringDelay,
this.extras,
});
const PolygonGeofence({
required this.identifier,
required this.vertices,
this.notifyOnEntry = true,
this.notifyOnExit = true,
this.notifyOnDwell = false,
this.loiteringDelay,
this.extras,
});