This commit is contained in:
邹宗楠
2024-07-31 13:14:24 +08:00
parent 8533b94f24
commit 8ecfd93781
4 changed files with 404 additions and 390 deletions

View File

@@ -1,6 +1,6 @@
package autonavi
/*import (
import (
"fmt"
"net/http"
"strings"
@@ -120,4 +120,3 @@ func (a *API) GetCoordinateFromAddressByPageAll(address string, cityCode int) (g
}
return getCoordinateFromAddressByPageAllResult, err
}
*/