The following tables list the members exposed by the GeocodeParameters type.

Name Description
Public property Address The address to be geocoded (Can be null if AddressString has a value)
Public property AddressString The address to be geocoded (Can be null if Address has a value)
Public property Token A token identifier from the server
Public property minimum_score_for_arcgis Geocoding results with a score which is greater than or equal to the minimum score will be accepted as the response. Optional. If not set, the default value set by the geocoder will be taken.
Top