Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing iphone maps bookmarks through SDK

Tags:

Does anyone know of a way to access the bookmarks of the "Maps" application programmatically through the SDK? I'd like to read and write bookmarks if possible. Ideas?

Thanks!

like image 768
aloo Avatar asked Jun 23 '09 18:06

aloo


1 Answers

I am pretty sure the answer is no. I considered two possible solutions:

  • Can you access the data persisted by the Maps app directly

There isn't a generic way of sharing data between apps, so a no for this approach.

  • Can you access the bookmarks through the new 3.0 MapKit Framework.

No. Unless I have missed it. It doesn't look like the MapKit exposes this functionality.

like image 196
RedBlueThing Avatar answered Oct 11 '22 16:10

RedBlueThing