You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MapSDK: add helper method to translate step data into textual instructions
CoreSDK: add itinerary search options for backend
MapSDK: add onMapClick event
MapSDK: create a default GPS (fused) LocationSource
Changed
MapSDK: revert back didTouchFeature delegate method
Fixed
CoreSDK: fix Coordinate decoding/encoding
MapSDK: onMapClick called twice
MapSDK: outdoors, the user's location annotation is displayed in gray
MapSDK: user position is not projected on stairs
Deprecated
MapSDK: map(_: MapView, didTouchFeature feature: MGLFeature) delegate method has been deprecated and will be removed soon. Use PointOfInterestManagerDelegate.pointOfInterestManager(_: PointOfInterestManager, didSelectPointOfInterest poi: PointOfInterest) instead.