通过SDK访问iphone地图书签

时间:2022-10-09 10:42:27

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?

有没有人知道通过SDK以编程方式访问“Maps”应用程序书签的方法?如果可能的话,我想阅读和书写书签。想法?

Thanks!

1 个解决方案

#1


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.
  • 您可以通过新的3.0 MapKit Framework访问书签吗?

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

不,除非我错过了。它看起来不像MapKit公开这个功能。

#1


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.
  • 您可以通过新的3.0 MapKit Framework访问书签吗?

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

不,除非我错过了。它看起来不像MapKit公开这个功能。