Click or drag to resize

StreetLinkLAddrRef 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 number of the first property on the left of the street at the reference end.

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

Property Value

Type: Int32
Examples
C#
int lastLeftR = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.630616, -117.915277)).StreetLink.LAddrRef;
See Also