简体   繁体   English

如何在美国将给定纬度经度映射到州际

[英]How to map given latitude longitude to interstate in USA

Java的任何类型的信息都将对API等有所帮助。

Try Geonames . 尝试Geonames Keep in mind the process you are interested in is called Reverse Geocoding. 请记住,您感兴趣的过程称为反向地理编码。 One such option they perform is to return nearest streets associated with lat/long pairs like you need. 他们执行的一种此类选择是根据需要返回与经/纬对相关的最近街道。 You feed an encoded url. 您输入一个编码的URL。 You get back a JSON result or an XML result, your choice. 您可以选择返回JSON结果或XML结果。 That should be simple enough in Java. 在Java中,这应该足够简单。 An example url to get your started is try the following: 可以开始使用的示例网址是尝试以下操作:

example

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

相关问题 如何在地图上放置JSON lOutput(纬度和经度) - How to put JSON lOutput (latitude and longitude) on the map 如何从地图中的标记获取纬度和经度 - How to get latitude and longitude from a mark in the map 给定纬度和经度,使用谷歌地图计算距离 - Calculate distance using google map given a latitude and longitude 如何从给定点(经度,纬度)计算给定半径内的所有点(经度,纬度)? - how to calculate all points(longitude,latitude) within a given radius from given point (longitude,latitude)? 考虑到纬度和经度,我如何打印两个城市之间的距离 - How can I print the distance between 2 cities, given their latitude and longitude 如何获取给定城市或地址名称的纬度和经度(java代码)? - how to get Latitude and Longitude of the given Name of the City or Address (java code)? 如何将 Graphhopper 库应用于具有给定纬度/经度的坐标? - How do I apply the Graphhopper library for coordinates with given latitude/longitude? 转换谷歌地图中的纬度和经度? - converting latitude and longitude in google map? 如何从谷歌地图 URL 获取纬度经度 - How to get latitude longitude from google map URL 如何通过纬度和经度在谷歌地图上显示多个位置? - how to display multiple location on google map by their latitude and longitude?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM