StreetLinkLPostcode Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Implemented by derived classes to get the postcode for the left hand side of the street.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract string LPostcode { get; }
Public MustOverride ReadOnly Property LPostcode As String
Get
Property Value
Type:
StringExamples string postcodeLEFT = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.LPostcode;
Console.WriteLine("Postcode on the left side of this street is: {0}", postcodeLEFT);
See Also