阅读 Garmin 的信息

发布于 2024-08-05 00:28:38 字数 120 浏览 4 评论 0原文

我想从 Garmin 地图中提取信息(经度、纬度、位置名称) 并在我的 java web 应用程序中使用此信息的数据库。 但我不知道如何从 Garmin 地图中以文本或二进制形式提取区域信息,例如城市。 如果有人知道请帮助我。

I want to extract information such (longitude,latitude,location name) from garmin maps
and use the database of this info in my java web application.
but i dont know how to extract a region information such as a city from a garmin map as text or binary.
If anyone know about it help me please.

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

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

发布评论

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

评论(1

演多会厌 2024-08-12 00:28:38

Garmin 地图是受版权保护的二进制文件。未经许可提取这些数据是非法的。不要这样做。

您需要的信息可以通过 USGS 网站以易于使用的文本格式免费获得:
http://geonames.usgs.gov/domestic/

或者,考虑使用 google 或 yahoo 的优秀工具之一地理定位 API。

http://code.google.com/apis/maps/documentation/index.html

http://developer.yahoo.com/maps/

Garmin maps are copyrighted binary files. Extracting this data without a license to do so is illegal. Don't do it.

The information you seek may be available from the USGS site for free in an easy-to-use text format:
http://geonames.usgs.gov/domestic/

Alternatively, consider using one of google or yahoo's excellent geolocation APIs.

http://code.google.com/apis/maps/documentation/index.html

http://developer.yahoo.com/maps/

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