在 MKMapView 中显示与地图应用程序中相同的兴趣点?

发布于 2024-09-16 13:14:39 字数 176 浏览 7 评论 0原文

如果您查看 MKMapView 和地图应用程序中的位置,您会发现地图应用程序有更多兴趣点。有没有办法让相同的项目显示在 MKMapView 中?

这是一个示例:http://drp.ly/1CJWbm

If you look at a location in a MKMapView and in the Maps application, the maps app has a lot more points of interest. Is there a way to get the same items to show up in an MKMapView?

Here is an example: http://drp.ly/1CJWbm

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陌若浮生 2024-09-23 13:14:39

尝试 [self.mapView setShowsPointsOfInterest:YES]; (仅限 iOS 7)

Try [self.mapView setShowsPointsOfInterest:YES]; (iOS 7 only)

允世 2024-09-23 13:14:39

MapKit 中至少没有内置功能。
您必须使用 Google 的网络服务来获取这些 POI(例如 Places API)。您应该查看 Google Places API 网络服务

There's at least no built in functionality in MapKit.
You'll have to use Google's webservices to fetch those POIs (like Places API). You should have a look at the Google Places API Web Services

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文