摘要: /// /// 根据地理位置获取经纬度 /// /// /// public static string GetBaiduLocation(string address) { string latlng = ""; try { String url = "http://api.map.baidu.com/geocoder/v2/?address=" + address + "&outpu... 阅读全文
posted @ 2018-06-07 16:13 飞翔一梦 阅读(330) 评论(0) 推荐(0) 编辑