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 was archived by the owner on Aug 8, 2023. It is now read-only.
#941 introduced -[MGLMapViewDelegate mapView:imageForAnnotation:] and marked -mapView:symbolNameForAnnotation: unavailable. But marking a delegate method unavailable just means you can’t call it directly. If you implemented it for a previous release of Mapbox GL, your app will continue to run, but your markers will revert to the default. We should assert if the old method is implemented, with a note to move to the new API.
#941 introduced
-[MGLMapViewDelegate mapView:imageForAnnotation:]
and marked-mapView:symbolNameForAnnotation:
unavailable. But marking a delegate method unavailable just means you can’t call it directly. If you implemented it for a previous release of Mapbox GL, your app will continue to run, but your markers will revert to the default. We should assert if the old method is implemented, with a note to move to the new API./ref mapbox/mapbox-gl-styles#162
/cc @incanus
The text was updated successfully, but these errors were encountered: