等待确认收货
This commit is contained in:
@@ -85,7 +85,7 @@ func TestGetDistricts(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetCoordinateFromAddress(t *testing.T) {
|
||||
lng, lat, districtCode := autonaviAPI.GetCoordinateFromAddress("重庆北碚区蔡家岗镇灯塔街5号金科城五十九区13-2-801", "")
|
||||
lng, lat, districtCode := autonaviAPI.GetCoordinateFromAddress("四川省成都市锦江区城区复地金融岛湾流汇公寓", "")
|
||||
t.Logf("lng:%f, lat:%f, districtCode:%d", lng, lat, districtCode)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user