SearchRegion.GeocodeLocation Property

 

A GeocodeResult Class object containing a geocode match for the 'where' component of the search query. Get this property from the service response.

Syntax

public GeocodeResult GeocodeLocation { set; get; }
Public Property GeocodeLocation As GeocodeResult

Remarks

The GeocodeLocation property is populated when the SearchRegion.Source Property is "CurrentLocation" or "Query" and the 'where' component of the search query was matched to a geocode result.