getPolygonGeofence method
- String identifier
Gets a polygon geofence by identifier.
Implementation
PolygonGeofence? getPolygonGeofence(String identifier) {
return _polygons[identifier];
}
Gets a polygon geofence by identifier.
PolygonGeofence? getPolygonGeofence(String identifier) {
return _polygons[identifier];
}