简体   繁体   English

在Java应用程序上集成交互式地图

[英]Integrate interactive map on Java application

Good evening, I've a file with many GPS tracks (a series of [Latitude,Logitude] points, approximately 130000), and I would display these on a Google Maps like map. 晚上好,我有一个包含许多GPS轨迹的文件(一系列[Latitude,Logitude]点,大约130000个),并将它们显示在Google Maps之类的地图上。

I shall start that I'm not an expert and this is my first attempt to create an application like this. 首先,我不是专家,这是我第一次创建这样的应用程序。

I've searched for informations and I found the Google Static Map API. 我搜索了信息,然后找到了Google Static Map API。 The cons is that the HTTP request is limited to 2048 char, so it is too short for my purpose. 缺点是HTTP请求限制为2048个字符,因此对于我的目的而言太短了。

Any ideas? 有任何想法吗?

You need to look into the paid enterprise/premium package. 您需要查看付费的企业/高级软件包。

This will let you bypass the normal free restrictions, and give you a bunch of extra features. 这将使您绕过正常的免费限制,并为您提供许多附加功能。

Details on the enterprise API: https://enterprise.google.com/intl/en/maps/products/mapsapi.html 企业API的详细信息: https : //enterprise.google.com/intl/zh-CN/maps/products/mapsapi.html

Take a look at the pricing page as well: https://enterprise.google.com/intl/en/maps/pricing/ 还要查看定价页面: https : //enterprise.google.com/intl/zh-CN/maps/pricing/

More helpful info on rates and limits with the premium plan: https://developers.google.com/maps/premium/usage-limits 有关高级计划的费率和限额的更多有用信息: https : //developers.google.com/maps/premium/usage-limits

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM