2013年3月28日

百度提供的uri地理位置定位

摘要: 来源:http://developer.baidu.com/map/uri-intro.htm如果知道经纬度想得到具体的地理位置信息,可以使用:http://api.map.baidu.com/geocoder?location=39.990912172420714,116.3972282409668&coord_type=gcj02&output=json得到的结果如下: 1 { 2 "status":"OK", 3 "result":{ 4 "location":{ 5 "lng&qu 阅读全文

posted @ 2013-03-28 17:04 本家小许 阅读(168) 评论(0) 推荐(0) 编辑

谷歌提供的地理位置信息和反地理位置信息

摘要: 源地址:https://developers.google.com/maps/documentation/geocoding/?hl=zh-CN#JSON什么是地理编码地理编码是将地址(如“1600 Amphitheatre Parkway, Mountain View, CA”)转换为地理坐标(如纬度 37.423021 和经度 -122.083739)的过程,您可以根据该地理坐标放置标记或定位地图。Google Geocoding API 可让您通过 HTTP 请求直接访问地理编码器。此外,该服务还可让您执行反向操作(将坐标转换为地址);此过程称为“反向地理编码”。受众本文适用于要在某个 阅读全文

posted @ 2013-03-28 10:59 本家小许 阅读(769) 评论(0) 推荐(0) 编辑

导航