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
189 stars 31 forks source link

Document MGLMapSnapshotter as an alternative #69

Closed 1ec5 closed 6 years ago

1ec5 commented 6 years ago

iOS SDK v3.7.0 and macOS SDK v0.6.0 will introduce MGLMapSnapshotter, which overlaps to some extent with this library. The advantages are support for ambient caching, offline packs, and consistency with the map SDK. The disadvantages currently include a lack of support for overlays (whether annotations or runtime styling).

Hold for iOS SDK v3.7.0.

/cc @friedbunny