Click or drag to resize

StreetLinkFirstPoint Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The first point on the street (this point will be at the reference end).

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

Property Value

Type: LatLon
Examples
C#
// Get a street link on Street of the Golden Lantern in Dana Point, Ca using ReverseGeoCodeFull, then locate the first point on the street
LatLon firstpoint = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.FirstPoint;
See Also