mapbox-navigation-ios icon indicating copy to clipboard operation
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.

Open Mikebanana opened this issue 3 years ago • 2 comments

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

Mikebanana avatar Oct 30 '21 06:10 Mikebanana

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.

MaximAlien avatar Nov 01 '21 19:11 MaximAlien

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.

stale[bot] avatar May 01 '22 03:05 stale[bot]