谷歌地理编码/机场信息
我一直在寻找地理编码器支持的常规地址地理编码之外的查询类型列表。这时候我需要向Google查询机场位置。
我偶然发现这个IBM文档,但它提到没有地方可以获取允许且有用的 Google 地理编码器查询参数的最新列表。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
另请参阅 Yahoo API。我倾向于发现它们比 Google 的 API 对黑客更友好。具体来说,请查看 http://developer.yahoo.com/maps/rest/ V1/geocode.html 用于使用 Yahoo 进行地理编码。
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.com/maps/rest/V1/geocode.html for geocoding with Yahoo.
您还可以对机场代码进行地理编码:
其中 PDX 是俄勒冈州波特兰市的机场代码
You can also geocode airport codes:
Where PDX is the airport code for Portland, OR
您可以使用以下 HTTP 请求通过 Google Maps API 进行地理编码:
简单 CSV:
更复杂的 XML:
只需更改您的机场的“q”参数即可。
You can do geocoding with the Google Maps API using the following HTTP request:
Simple CSV:
More Complex XML:
Simply change the "q" parameter with your Airport.