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