Future<void> markPolygonForEdit(Polygon tappedManualGeofence) async { _editPolygon = tappedManualGeofence; await generateEditPolyline(); }