StreetLinkLastPoint Property |
Namespace: Telogis.GeoBase
// Get a street link on Street of the Golden Lantern in Dana Point, Ca using ReverseGeoCodeFull, then locate the last point on the street LatLon lastpoint = Telogis.GeoBase.GeoCoder.ReverseGeoCodeFull(new LatLon(33.476036, -117.697573)).StreetLink.LastPoint; Console.WriteLine("Last point: {0}", lastpoint); // Last point: 33.476340,-117.697631