Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetSearchAddressReverse in batch #34

Open
elias-rod opened this issue Feb 7, 2021 · 1 comment
Open

GetSearchAddressReverse in batch #34

elias-rod opened this issue Feb 7, 2021 · 1 comment

Comments

@elias-rod
Copy link

elias-rod commented Feb 7, 2021

GetSearchAddressReverse can process batch requests and returns a URL to fetch the results. The method is not working as it throws a bad request calling it like this:

var queries = new SearchAddressReverseRequest[] { new SearchAddressReverseRequest { Query = "-34.603963,-58.378481" } };
var (resultUrl, exception) = await ams.GetSearchAddressReverse(queries);

@perfahlen could you take a look?

PS:Is there any built-in method for that second operation?

@perfahlen
Copy link
Owner

@elias-rod , I am not getting any error with above code. Is this solved?

I will make a task to create a download result method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants