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
In mapbox/MapboxStatic.swift#54, I took advantage of the similarity between both APIs’ overlay options to essentially implement (2) with different map ID/style URL options but identical overlay options.
As far as backwards compatibility, this library is technically pre-1.0 (v1.0.0-beta6 is the latest), so I guess backwards compatibility could be broken with minimal fuss, right?
The current MapboxStatic service is for Static (Classic). I'd like to implement the newer Static service, but not sure what approach to take.
getStaticURL
method togetStaticClassicURL
and drop the new Static API intogetStaticURL
.All break backwards compatibility though and I'm not sure of a a better solution which doesn't. So what's the preferred approach here?
The text was updated successfully, but these errors were encountered: