admin管理员组文章数量:1418420
I've been looking for list of types of queries that geocoder supports beyond regular address geocoding. At this time I need to query Google for airport locations.
I have stumbled upon this IBM document but it mentions no place where I can get up-to-date list of allowed and useful Google geocoder query parameters.
I've been looking for list of types of queries that geocoder supports beyond regular address geocoding. At this time I need to query Google for airport locations.
I have stumbled upon this IBM document but it mentions no place where I can get up-to-date list of allowed and useful Google geocoder query parameters.
Share Improve this question edited Dec 31, 2013 at 3:10 Kara 6,22616 gold badges53 silver badges58 bronze badges asked Dec 17, 2009 at 23:38 Pavel ZaitsevPavel Zaitsev 5781 gold badge7 silver badges12 bronze badges3 Answers
Reset to default 2Also look at the Yahoo APIs. I tend to find them a bit more hacker-friendly than Google's APIs. Specifically, look at http://developer.yahoo./maps/rest/V1/geocode.html for geocoding with Yahoo.
You can also geocode airport codes:
http://maps.google./maps/geo?q=PDX&output=csv&sensor=false
Where PDX is the airport code for Portland, OR
You can do geocoding with the Google Maps API using the following HTTP request:
Simple CSV:
http://maps.google./maps/geo?q=London+Heathrow+Airport&output=csv&sensor=false
More Complex XML:
http://maps.google./maps/geo?q=London+Heathrow+Airport&output=xml&sensor=false
Simply change the "q" parameter with your Airport.
本文标签: javascriptGoogle GeocodingAirport InfoStack Overflow
版权声明:本文标题:javascript - Google GeocodingAirport Info - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745270723a2650873.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论