黑莓小部件可以将地理编码反转为街道地址?

发布于 2024-10-08 01:21:29 字数 127 浏览 0 评论 0原文

任何人都可以举一个或两个例子,以便我能清楚一些。我需要开发一个应用程序来获取当前的 GPS 位置并对地址进行反向地理编码。我已经用谷歌搜索过这个问题,但未能找到解决方案。

任何有关此事的帮助将不胜感激,

谢谢

Can anyone kindly show an example or two so that I can have some clarity. I need to have an application developed that can get current GPS location and reverse geocode the address. I have googled this and have not been able to come up with a solution.

Any help in this matter would be greatly appreciated

Thanks

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

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

发布评论

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

评论(1

木森分化 2024-10-15 01:21:29

我搜索了“黑莓位置地理编码”,第一个链接是黑莓文档: 地理编码和反向地理编码

net.rim .device.api.lbs.Locator API 提供了地理编码方法,可让您请求街道地址的地理空间坐标。它还提供反向地理编码方法,允许您请求地理空间坐标的街道地址。

RIM 甚至提供了进行反向地理编码的指南:
使用反向地理编码检索地址

I did a search for 'blackberry location geocoding' and the first link was for BlackBerry documentation: Geocoding and reverse geocoding

The net.rim.device.api.lbs.Locator API provides the geocoding methods that can allow you to request geospatial coordinates for a street address. It also provides the reverse geocoding methods that can allow you to request a street address for a geospatial coordinate.

RIM even provides a guide for doing reverse geocoding:
Retrieve an address by using reverse geocoding

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