最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Google GeocodingAirport Info - Stack Overflow

programmeradmin0浏览0评论

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 badges
Add a ment  | 

3 Answers 3

Reset to default 2

Also 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.

发布评论

评论列表(0)

  1. 暂无评论