Click or drag to resize

StreetLinkRPostcode 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 right hand side of the street.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract string RPostcode { get; }

Property Value

Type: String
Examples
C#
string postcodeRIGHT = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.RPostcode;
Console.WriteLine("Postcode on the right side of this street is: {0}", postcodeRIGHT);
// Postcode on the right side of this street is: 92629
See Also