Web SDK & React SDK v6.0.1-beta.16

v6.0.1-beta.16

November 26, 2024

Changes

  • [Breaking] Camera bearing will now always rotate clockwise from north. Previously, this rotation was counterclockwise.
  • [Breaking] Renamed floor to floorOrFloorId in BlueDot.update(). This property now accepts either a Floor object or a string floor ID.

Features

  • Added the option to provide an ordered list for the Marker anchor property. The Marker will be placed in the first available position in this list.
  • Added blue-dot-state-change, blue-dot-position-update and blue-dot-error events.
  • Added support for custom departure, destination, and connection Markers in Navigation.draw().
  • Added support for Shapes in MapView.updateState().
  • Added environment option in getMapData().

Fixes

  • Fixed Camera.focusOn() padding.
  • Fixed issue with flattened path nearRadius and farRadius.