disableSafetyCamera static method
Disables the safety camera overlay.
Returns
- GemError.success: Overlay disabled successfully.
- GemError.notFound: Overlay not found in the current map style.
Implementation
static GemError disableSafetyCamera() {
return OverlayService.disableOverlay(CommonOverlayId.safety.id);
}