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
This component should expose the targetCoordinate property added to MGLMapView in mapbox/mapbox-gl-native#3680. When this property is set and the user tracking mode is MGLUserTrackingModeFollowWithCourse, the map orients to face the target coordinate (i.e., a destination or waypoint) instead of the direction of travel, which may be a completely different direction at first.
This component should expose the
targetCoordinate
property added to MGLMapView in mapbox/mapbox-gl-native#3680. When this property is set and the user tracking mode isMGLUserTrackingModeFollowWithCourse
, the map orients to face the target coordinate (i.e., a destination or waypoint) instead of the direction of travel, which may be a completely different direction at first./cc @bsudekum
The text was updated successfully, but these errors were encountered: