{{mode === 'create' ? 'Create' : 'Edit'}} {{mapDrawingService.selectedDrawingMode | titlecase}} Geofence

To create a geofence, either search the location or keep the map zoomed to the portion where you want to draw the geofence.

To edit geofence, click and drag the control points to resize the geofence. You can usually drag specific points to reshape it.

Circle Polygon

Area: {{(mapDrawingService.circle$ | async)?.['area'] || 0 | number }} ft²

Area must be in range {{mapDrawingService.circleConfig.minArea}} ft² - {{mapDrawingService.circleConfig.maxArea | number}} ft²

Area: {{(mapDrawingService.polygon$ | async)?.['area'] || 0 | number }} ft²

Area must be in range {{mapDrawingService.polygonConfig.minArea}} ft² - {{mapDrawingService.polygonConfig.maxArea | number}} ft²