【发布时间】:2011-10-11 02:52:33
【问题描述】:
有没有什么方法可以从谷歌地图或类似的 API 中获取建筑物的大致长度和宽度?我基本上想用它来查找输入地址的任何建筑物或区域的大致边界的经纬度坐标。免费的 API 或服务将是首选。
【问题讨论】:
标签: google-maps-api-3 geolocation latitude-longitude
有没有什么方法可以从谷歌地图或类似的 API 中获取建筑物的大致长度和宽度?我基本上想用它来查找输入地址的任何建筑物或区域的大致边界的经纬度坐标。免费的 API 或服务将是首选。
【问题讨论】:
标签: google-maps-api-3 geolocation latitude-longitude
我不这么认为 - 这需要付出巨大的努力才能将大部分地图分类为“是建筑物/不是建筑物”(我猜军方可能有这个,但他们不太可能分享(如果他们有的话))。你可以这样做:
- geocode address to lat/long
- grab satellite image of the surroundings
- try to detect shape in that
- estimate physical size from zoom+pixel size
我看到了一些问题:
【讨论】: