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

Localizated Labels #72

Closed dungi closed 6 years ago

dungi commented 6 years ago

Hello,

is there a opportunity to change the label localization like in MapBox?

thanks

1ec5 commented 6 years ago

Not programmatically, because the Static API doesn’t expose the full runtime styling API. However, you can customize a style in Mapbox Studio to use the language of your choice, then pass the style’s URL into SnapshotOptions(styleURL:size:).