【问题标题】:Is there a maps API that will show closest residential locations? (google places?)是否有地图 API 可以显示最近的住宅位置? (谷歌地方?)
【发布时间】:2011-12-12 05:27:16
【问题描述】:

我有一个移动应用程序,我需要尝试并预测性地猜测用户站在哪个住宅位置。 (不是企业)

我看到了 google places api,但它看起来不像是住宅的? http://code.google.com/apis/maps/documentation/places/#PlaceSearches

我尝试用 lat 和 long 在附近搜索,结果显示了各种附近的结果,例如公园和学校,但不是住宅区。

我错过了什么吗?有没有什么东西可以让我看到哪些房屋接近经纬度?

【问题讨论】:

标签: google-maps maps yahoo-maps google-places-api mapquest


【解决方案1】:

Places API 可能不适合您,因为它查询的是地点或企业数据库,而不是住宅地址。您可能需要考虑反向地理编码到地图上离该点最近的地址:http://code.google.com/apis/maps/documentation/geocoding/#ReverseGeocoding

【讨论】:

  • 是的,这也是我在评论中的内容。我只是希望我能看到最近的位置列表,而不仅仅是找到最近的位置。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2013-11-14
相关资源
最近更新 更多