I'm working on a Core Data project and early on I discovered MKMapItems
are not NSCoder
compliant, so I'm storing MKMapItem
s' coordinates as doubles in core data and retrieving them later for generating directions to a destination.
I found the answer in the post below to be helpful in explaining how to generate directions, but I don't know how to go about turning my latitude
& longitude double
s back into a MKMapItem
. Is this something that can be done?
is there a way to get directions in mkmapview using a built in apple API?