Function selectMarker

  • Select a private or public marker, buoy, or wikipedia entry. On large displays (two column layout), the marker will be shown on the Markers tab if a private marker or on the Info tab, if a public marker. For single column displays (phones, generally), the tab is displayed only if the "showIfMobile" option is true.

    Parameters

    • json: { markerId: string; markerType: string; move: boolean; showIfMobile: boolean } = ...
      • markerId: string

        string: The id of the marker.

      • markerType: string

        string: One of "buoy" | "wikipedia" | "pmarker" | "marker".

      • move: boolean

        boolean: If true, position the marker at the center of the map (optional)

      • showIfMobile: boolean

        boolean: Show the marker on single column displays (generally phones)

    Returns void

    id

    {   "markerId": "MARKER_NAME_OR_ID", 
    "move": true,
    "showIfMobile": false
    }