Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些带有时间戳的 GPS 协调的大型数据集,我想在地图上绘制它们。
因为我想绘制大量点并首先从文件中读取数据,所以不适合使用 Leaflet 和 Google Maps 等 Web API(我已经尝试过)。
我还需要将地图详细到可见的街道级别。
任何人都可以建议一个 Java 库来执行此操作吗?
使用 minigeo、OpenStreetMap
Minigeo是一个轻量级的 Java 库,它允许绘制地理数据(即由地理坐标确定的点之间的线。
https://code.google.com/p/minigeo/
您可以使用 mapforge,因为它是适用于 Android 和桌面的离线实用程序。
https://github.com/mapsforge/mapsforge