StreetLinkVendor Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to get the vendor of the street data containing this link.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract string Vendor { get; }
Public MustOverride ReadOnly Property Vendor As String
Get
Property Value
Type:
StringExamples string vendorName = GeoCoder.ReverseGeoCodeFull(new LatLon(33.634705, -117.898371)).StreetLink.Vendor;
Console.WriteLine("Map data vendor: {0}", vendorName);
See Also