Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Fold LocationCoordinate2DTransformer into SDK #3391

Closed
1ec5 opened this issue Dec 23, 2015 · 1 comment
Closed

Fold LocationCoordinate2DTransformer into SDK #3391

1ec5 opened this issue Dec 23, 2015 · 1 comment
Labels
iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS refactor

Comments

@1ec5
Copy link
Contributor

1ec5 commented Dec 23, 2015

LocationCoordinate2DTransformer is handy for turning a CLLocationCoordinate2D into a degree-minute-second-formatted coordinate pair. This functionality is useful enough to fold into the iOS and OS X SDKs. It currently only supports English, but localization can come with #949. VoiceOver support (#1496) would definitely use this class to make readouts of the user location more human-comprehendable.

/cc @friedbunny

@1ec5 1ec5 added iOS Mapbox Maps SDK for iOS refactor macOS Mapbox Maps SDK for macOS labels Dec 23, 2015
@1ec5
Copy link
Contributor Author

1ec5 commented Apr 25, 2016

This was fixed in #4802. LocationCoordinate2DTransformer just calls through to MGLCoordinateFormatter now.

@1ec5 1ec5 closed this as completed Apr 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
iOS Mapbox Maps SDK for iOS macOS Mapbox Maps SDK for macOS refactor
Projects
None yet
Development

No branches or pull requests

1 participant