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

Use UniChar type for marker letters #29

Closed 1ec5 closed 8 years ago

1ec5 commented 8 years ago

Both Swift and Objective-C understand UniChar and limit it to just one character.

friedbunny commented 8 years ago

Old school. 👓

1ec5 commented 8 years ago

Hm, I guess it makes sense to overload this with an initializer that takes a Character instead.