enableSocialReports static method

GemError enableSocialReports()

Enables the social reports 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 enableSocialReports() {
  return OverlayService.enableOverlay(CommonOverlayId.socialReports.id);
}