GeocodeOptions.Count Property

 

An int specifying the number of geocoded results to return. Optional. The default value is 5. Set this property before making a service request.

Syntax

public int Count { set; get; }
Public Property Count As Integer

Remarks

The Count property value must be greater than 0 and no more than 20.