You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
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?
The text was updated successfully, but these errors were encountered: