addPolygons abstract method
- List<
PolygonGeofence> polygons
Adds multiple polygon geofences.
Returns the number of polygons successfully added.
Implementation
Future<int> addPolygons(List<PolygonGeofence> polygons);
Adds multiple polygon geofences.
Returns the number of polygons successfully added.
Future<int> addPolygons(List<PolygonGeofence> polygons);