ios7 - iOS 7 Maps: 'Directions not available, Cannot Locate The End Location' -
i've been moving app on ios 7 recently, , whilst majority working fine there's section of code calls out maps show directions. code worked fine under ios 6, , can't spot major changes might missing something, create mkmapitem
, store instance variable , retrieve when user taps on annotation view. @ stage maps load, , throws directions not available error.
i encountered couple of times. realised mkplacemark
using create mkmapitem
had info in address dictionary wasn't matching whatever apple lookup.
in end didn't use address information, used coordinates , supplied name mkplacemark
(to appear in annotation in maps).
Comments
Post a Comment