aa
This commit is contained in:
@@ -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) {
|
func (a *API) GetCoordinateFromAddressAll(address string, cityInfo string) (getCoordinateFromAddressByPageAllResult *GetCoordinateFromAddressByPageAllResult, err error) {
|
||||||
|
getCoordinateFromAddressByPageAllResult = &GetCoordinateFromAddressByPageAllResult{}
|
||||||
params := map[string]interface{}{
|
params := map[string]interface{}{
|
||||||
"address": address,
|
"address": address,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user