raphaelmor / Polyline

Polyline encoder / decoder in swift
MIT License
299 stars 50 forks source link

Make CLLocationCoordinate2D properties public on Linux #69

Closed 1ec5 closed 4 years ago

1ec5 commented 4 years ago

The CLLocationCoordinate2D compatibility shim added in #55 declares the latitude and longitude properties as internal on Linux, so clients can’t really use this type. This PR makes them public.

/ref https://github.com/mapbox/turf-swift/issues/119#issuecomment-722648354 /cc @MaximAlien @frederoni