Private

Show:

Methods

cleanup () private

update
(
  • options
)
private

Parameters:

  • options Object
    • coordinates Coordinates

      The lat-long coordinates for the blue dot. Follows the Coordinates Web API.

    • bearing Number

      The angle in degrees around the blue dot at which the bearing indicator should appear.

    • radius Number

      The outer radius of the blue dot, in metres.

    • [mapId] String optional

      The primary map of the blue dot. Specify this or options.map.

    • [map] MapObject optional

      The primary map of the blue dot. Specify this or options.mapId.

    • [minRadius] Number optional

      The ring around the blue dot will only be drawn if options.radius is greater than or equal to this value. Must be >= 0.

    • [minRadiusDelta] Number optional

      The minimum amount by which the radius must change in order for the blue dot ring radius to be updated. Must be >= 0.