JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

AddressCandidateParameters in ArcGis Missing many parameters #88

Closed ollie10 closed 6 months ago

ollie10 commented 9 months ago

Hi @JustinCanton,

Followinf my tests I saw that the FindAddressCandidates of ArcGis is missing pretty many parameters, but looking in the source code I think most of the endppoints of ArcGis are missing a lot of parameters.

In this case perhaps are specially interesting countryCode, category, maxLocations, matchOutOfRange, locationType, langCode, sourceCountry among others.

And I was wondering if you are using the outFields=* to retrieve all the response, because in any other case they return the bare minimum.

Many thanks!