StreetLinkRPostcode 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 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; }
Public MustOverride ReadOnly Property RPostcode As String
Get
Property Value
Type:
StringExamples 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);
See Also