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
tofloorOrFloorId
inBlueDot.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
andblue-dot-error
events. - Added support for custom
departure
,destination
, andconnection
Markers inNavigation.draw()
. - Added support for Shapes in
MapView.updateState()
. - Added
environment
option ingetMapData()
.
Fixes
- Fixed
Camera.focusOn()
padding. - Fixed issue with flattened path
nearRadius
andfarRadius
.