Click or drag to resize

AutocompleteGeocoderSuggestionIntersection Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A LatLon representing the point where the address connects with the street network. This location is preferred over Location when reverse geocoding. May be set to Empty if the suggestion has no single location.

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

Property Value

Type: LatLon

Implements

ISearchSuggestionIntersection
See Also