Click or drag to resize

StreetLinkVendor 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 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; }

Property Value

Type: String
Examples
C#
string vendorName = GeoCoder.ReverseGeoCodeFull(new LatLon(33.634705, -117.898371)).StreetLink.Vendor;
Console.WriteLine("Map data vendor: {0}", vendorName);
// Map data vendor: HERE
See Also