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.

Namespace: Contracts.Data.Geocoding
Assembly: Contracts (in Contracts.dll)

Public Property minimum_score_for_arcgis() As Integer
This language is not supported or no code example is available.
public int minimum_score_for_arcgis {get; set;}
This language is not supported or no code example is available.
public:  
property int minimum_score_for_arcgis { 
int get( ); 
void set( 
int value 
); 
}
This language is not supported or no code example is available.
public function get minimum_score_for_arcgis() : int
public function set minimum_score_for_arcgis(value : int);
This language is not supported or no code example is available.

Property Value

Type: int

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1