aa
This commit is contained in:
@@ -14,3 +14,11 @@ func TestGetCoordinateFromAddressByPage(t *testing.T) {
|
||||
t.Log(utils.Format4Output(lng, false))
|
||||
t.Log(utils.Format4Output(lat, false))
|
||||
}
|
||||
|
||||
func TestGetCoordinateFromAddressByPageAll(t *testing.T) {
|
||||
result, err := autonaviAPI.GetCoordinateFromAddressByPageAll("兴月宏干杂", 510100)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user