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

Allow multiple map identifiers #22

Closed 1ec5 closed 8 years ago

1ec5 commented 8 years ago

It was always possible to composite tile sets by setting the mapIdentifier field to a comma-separated list of map IDs. But this change formalizes compositing by replacing the string mapIdentifier field with an array-of-strings mapIdentifiers field.