Function mapLockToGps

  • Lock the map to the Gps position.

    Setting this value to true has the same effect as clicking on the Gps lock button in the lower left corner of the display.

    Parameters

    • json: {
          lockMapToGps: boolean;
      } = ...
      • lockMapToGps: boolean

        either true or false

    Returns void

    Example

    {"lockMapToGps": true}