場所の緯度と経度を取得する方法。
入力:ユーザーは場所の名前を入力します。
出力:ユーザーが入力した場所の緯度と経度。
注意点:
それは無料でなければならず(グーグルのようではありません)、また1日あたり2000万以上のリクエストをサポートする必要があります。ソリューションは、オンライン(api、javascript)またはオフライン(text、.csvファイル)の任意のタイプにすることができます
Already gone through the Mapquest,openstreet Map services but in the case of Mapquest they need money and in case of openstreet limit is on the number of queries
I m looking for a solution like use the tiles of the map from mapquest, use the leaflet javascript or openlayer javascript to send query to the mapquest server which is free as per my search but the problem is that to request the map we need to give them latitude and longitude of the location (geo-code of the location) on the basis of which they provide the tiles maintaining the database for this is not good step because on the basis of location there are lots of places with the same name in all over the world .. but we need the geo code of the location same or approximately 90% correct in comparison of the google.