clearPolyGeofenceList method

void clearPolyGeofenceList()

Clear polygon geofence list.

Implementation

void clearPolyGeofenceList() {
  _polyGeofenceList.clear();
  _printDevLog('The PolyGeofenceList has been cleared.');
}