我想制作一个简单的应用程序来获取给定纬度和经度的地址,只需反向地理编码。为此,我想使用 OpenLayers。
那么,我该怎么做呢?
我也知道如何使用 Bing 和谷歌地图进行反向地理编码。如果通过 OpenLayers 很难,还请提出任何其他反向地理编码的方法。
我想制作一个简单的应用程序来获取给定纬度和经度的地址,只需反向地理编码。为此,我想使用 OpenLayers。
那么,我该怎么做呢?
我也知道如何使用 Bing 和谷歌地图进行反向地理编码。如果通过 OpenLayers 很难,还请提出任何其他反向地理编码的方法。
OpenLayers will not allow to do this, you need a database with all the street names and so on... OpenLayers can be used to show something (marker) at a given location on a map in a browser. If the map images contain street names it may help, but you will not get it as text, the street names will be in the map images as pixels.