StreetLinkStreet Property | |
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; }
Public MustOverride ReadOnly Property Street As Street
Get
Property Value
Type:
StreetRemarks
Most
Streets consist of more than one
StreetLink.
Examples 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);
See Also