Objective-C iPhone编程:兴趣点地图视图

发布于 2024-10-28 23:35:01 字数 125 浏览 2 评论 0原文

我想从我的 iPhone 应用程序中的兴趣点获取当前位置。

我不仅仅想要街道名称或城市,例如餐馆。

该位置返回“McDonalds”,我可能听说过 google api 但我 什么都不明白。请帮忙。谢谢

i want to get the current location from the point of interest in my iphone app.

I don't want just a street name or city, for exemples restaurants.

The location returns "McDonalds" can it be possible i heard about the google api but i
understand nothing at all. Please help. Thanks

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

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

发布评论

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

评论(1

池予 2024-11-04 23:35:01

您需要找到第三方地址到 GPS 坐标查找(也称为地理编码查找)。 MapKit仅提供反向地理编码(GPS坐标到地址查找)。

You need to find a 3rd party address-to-GPS coordinate lookup (otherwise known as a geocode lookup). MapKit only provides reverse geocoding (GPS coordinate to address lookup).

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