enableSafetyCamera static method

GemError enableSafetyCamera()

Enables the safety camera overlay for display and alarm monitoring.

Requires the safety camera overlay to be available in the current map style. Also needs a GemMap to be active for proper functioning.

Returns

Implementation

static GemError enableSafetyCamera() {
  return OverlayService.enableOverlay(CommonOverlayId.safety.id);
}