GeocodeResponse.Results Property

 

A GeocodeResult Class array, where each element is a possible match returned by the Geocode Service. Get this property from the service response.

Syntax

public GeocodeResult[] Results { set; get; }
Public Property Results As GeocodeResult()

Remarks

The length of the Results array will be less than or equal to the value specified in the GeocodeOptions.Count Property.

Geocode results returned in the Results property are ordered by relevance, from most to least relevant.