Click or drag to resize

StreetLinkStreet Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to get the Street that this StreetLink is a part of.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract Street Street { get; }

Property Value

Type: Street
Remarks
Most Streets consist of more than one StreetLink.
Examples
C#
Street streetName = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.Street;
Console.WriteLine("The street name this link is part of is: {0}", streetName);
// The street name this link is part of is: Street Of The Golden Lantern
See Also