You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
MapKit has convenient category methods on NSValue for storing and retrieving CLLocationCoordinate2D (called “MKCoordinate” for some reason) and MKCoordinateSpan types. We should provide similar methods on NSValue for CLLocationCoordinate2D and MGLCoordinateBounds at the least. For CLLocationCoordinate2D, this is just a matter of moving some methods from osxapp into a file shared between the iOS and OS X SDKs.
MapKit has convenient category methods on NSValue for storing and retrieving
CLLocationCoordinate2D
(called “MKCoordinate” for some reason) andMKCoordinateSpan
types. We should provide similar methods on NSValue forCLLocationCoordinate2D
andMGLCoordinateBounds
at the least. ForCLLocationCoordinate2D
, this is just a matter of moving some methods from osxapp into a file shared between the iOS and OS X SDKs./cc @friedbunny @tmcw
The text was updated successfully, but these errors were encountered: