Click or drag to resize

AutocompleteGeocoderSuggestionLocation Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The display location of the suggestion. This is offset from the street for street suggestions, and is not suitable for reverse geocoding; use Intersection instead for this purpose. This field is guaranteed to be populated. For region suggestions, this may return a representative location or the center of the region's bounding box if no location is set in the data.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public LatLon Location { get; set; }

Property Value

Type: LatLon

Implements

ISearchSuggestionLocation
See Also