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
188 stars 31 forks source link

ClassicSnapshotOptions properties don’t bridge to Objective-C due to optionality #88

Closed 1ec5 closed 2 years ago

1ec5 commented 5 years ago

ClassicSnapshotOptions.zoomLevel and ClassicSnapshotOptions.centerCoordinate don’t bridge to Objective-C because their types are optional but would be represented by primitives in Objective-C. For Objective-C support, we’d need to make these properties non-optional but give them default values that mean “unset”.

/cc @riastrad

1ec5 commented 2 years ago

Superseded by #113.