mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
[Bug]: Why is there no UserTrackingMode in iOS v10? I can't find where the following sector indicator is.
Mapbox Navigation SDK version
V10
Steps to reproduce
UserTrackingMode NO
Expected behavior
Tell me where it is.
Actual behavior
Tell me where it is.
Is this a one-time issue or a repeatable issue?
one-time
Hello @Mikebanana. Are you using Navigation SDK or Maps SDK directly?
Since there is no longer MGLMapView.userTrackingMode in Maps SDK v10.0.0, you'll have to implement user tracking mode yourself.
If you're using Navigation SDK, you can either use user tracking provided by default, or completely disable it by calling NavigationCamera.stop(). In https://docs.mapbox.com/ios/navigation/guides/map-and-camera/navigation-camera/ you can find more code examples.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.