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.
Per discussion with @willwhite, -[MGLMapView mapID] should be renamed -styleID for consistency with -styleURL and because the mapbox: URL scheme expands to a style API URL rather than one from the TileJSON API.
We'll need to deprecate -mapID, update documentation, and issue a warning from within designables if possible.
The text was updated successfully, but these errors were encountered:
Will anyone be using -mapID in beta 1? If so, we’ll need to either support a migration path (including deprecating -mapID) or release note the steps to migrate manually (which involve a bit of fiddling if using storyboards).
Deprecated `-mapID` and `-setMapID:` to accurately reflect the APIs the ID is used for. Marked the property unavailable but reimplemented its getter and setter to assert with helpful messages.
Fixes#1500.
Per discussion with @willwhite,
-[MGLMapView mapID]
should be renamed-styleID
for consistency with-styleURL
and because the mapbox: URL scheme expands to a style API URL rather than one from the TileJSON API.We'll need to deprecate
-mapID
, update documentation, and issue a warning from within designables if possible.The text was updated successfully, but these errors were encountered: