Share via


GeocodeOptions.Filters Property

 

A FilterBase Class array specifying the filters used to refine the results returned. Optional. Set this property before making a service request.

Syntax

public FilterBase[] Filters { set; get; }
Public Property Filters As FilterBase()

Remarks

The Filters property can include one ConfidenceFilter Class object, so the maximum length of the array is 1.