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.)
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