Skip to content

GetSearchAddressReverse in batch #34

@elias-rod

Description

@elias-rod

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions