mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
188 stars 31 forks source link

Remove ClassicSnapshotOptions #113

Closed 1ec5 closed 2 years ago

1ec5 commented 2 years ago

The Mapbox Static Images API dropped support for Studio Classic styles in 2020, so using ClassicSnapshotOptions will return an error from the server. We should delete ClassicSnapshotOptions. This would be a breaking change requiring a minor version bump.

/cc @ZiZasaurus