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?
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?