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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
MGLMapView should call -[MGLMapViewDelegate mapView:viewForAnnotation:] to get the MGLAnnotationView to display for MGLUserLocation. This would allow client code to completely customize the user dot’s appearance. If -mapView:viewForAnnotation: returns nil, MGLMapView should use an MGLUserLocationAnnotationView by default.
@KevinHu2014 at this point we haven't migrated the MyLocationView component on Android to use annotation views yet but we expose some API to customise it. Take a look at MyLocationViewSettings, this class contains our public API to change the appearance of MyLocationView.
MGLMapView should call
-[MGLMapViewDelegate mapView:viewForAnnotation:]
to get the MGLAnnotationView to display for MGLUserLocation. This would allow client code to completely customize the user dot’s appearance. If-mapView:viewForAnnotation:
returnsnil
, MGLMapView should use an MGLUserLocationAnnotationView by default./cc @boundsj @friedbunny
The text was updated successfully, but these errors were encountered: