1. 程式人生 > >根據所在地址獲取經緯度

根據所在地址獲取經緯度

高德地圖獲取經緯度

返回結果:

{
	"status": "1",
	"info": "OK",
	"infocode": "10000",
	"count": "1",
	"geocodes": [
		{
			"formatted_address": "北京市朝陽區中宇大廈",
			"country": "中國",
			"province": "北京市",
			"citycode": "010",
			"city": "北京市",
			"district": "朝陽區",
			"township": [],
			"neighborhood": {
				"name": [],
				"type": []
			},
			"building": {
				"name": [],
				"type": []
			},
			"adcode": "110105",
			"street": [],
			"number": [],
			"location": "116.456054,39.933081",
			"level": "興趣點"
		}
	]
}