This commit is contained in:
suyl
2021-05-11 16:48:49 +08:00
parent 8e61c58fd5
commit 4933ef6ef1

View File

@@ -426,6 +426,7 @@ func (a *API) GetCoordinateFromAddress(address string, cityInfo string) (lng, la
}
func (a *API) GetCoordinateFromAddressAll(address string, cityInfo string) (getCoordinateFromAddressByPageAllResult *GetCoordinateFromAddressByPageAllResult, err error) {
getCoordinateFromAddressByPageAllResult = &GetCoordinateFromAddressByPageAllResult{}
params := map[string]interface{}{
"address": address,
}