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

Split source into multiple files #18

Closed 1ec5 closed 8 years ago

1ec5 commented 8 years ago

Split MapboxStatic.swift into multiple files. Renamed MapboxStaticMap to simply StaticMap. Moved all the other classes out of StaticMap and into the module’s namespace; client code can always disambiguate using MapboxStatic. if necessary. (We’ll have to specify prefixed class names with @objc once we support Objective-C; see #17.)

/cc @friedbunny @tmcw