-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't change user's current location annotation view #213
Comments
RouteMapViewController is the NavigationMapView’s delegate (conforming to MGLMapViewDelegate). Since a map view can’t have multiple delegates, we need to plumb some additional MGLMapViewDelegate methods through RouteMapViewControllerDelegate, NavigationViewController, and NavigationViewControllerDelegate. In particular, |
@1ec5 will it also support changing user location annotation in |
Can you please guide me where in the code the default shape for this annotation was set. Is this part of |
Yes.
The navigation SDK is currently using the default annotation image provided by the iOS map SDK (mapbox-gl-native). |
#498 would expose the delegate method for customizing the user location annotation view. |
This has been implemented. |
Is it possible to change user's location tracking annotation view (circle with arrow shape inside)?
The text was updated successfully, but these errors were encountered: