Click or drag to resize

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

Property Value

Type: String
Examples
C#
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);
// Postcode on the left side of this street is: 92629
See Also