POLAR reference
    Preparing search index...
    resourcesEn: {
        button: {
            locationAccessDenied: "Location access denied by user";
            tooltip: "Mark own location";
        };
        markerText: "Current location";
        toast: {
            boundaryError: "Validating your position failed. Please try later again or contact an administrator if the issue persists.";
            notInBoundary: "You are not within the map's boundaries.";
        };
    } = ...

    English locales for geoLocation plugin. For overwriting these values, use the plugin's ID as namespace.

    Type Declaration

    • Readonlybutton: {
          locationAccessDenied: "Location access denied by user";
          tooltip: "Mark own location";
      }
    • ReadonlymarkerText: "Current location"
    • Readonlytoast: {
          boundaryError: "Validating your position failed. Please try later again or contact an administrator if the issue persists.";
          notInBoundary: "You are not within the map's boundaries.";
      }