Find the State given Latitude and Longitude Coordinates

后端 未结 4 975
一向
一向 2021-02-06 16:14

I have a set of 900 Latitude and Longitude Coordinates-- I need a relatively simple method for finding the \'State\' referred to by these coordinates. If it helps, the data is

4条回答
  •  轮回少年
    2021-02-06 16:47

    Google provide a Geocoding service. Part of this is reverse geocoding which converts geographic coordinates into a human-readable address including States. This Demo illustrates what can be done. There are limits to what you can do with this service.

提交回复
热议问题