RouteLeg.ActualStart Property

 

A Location Class object representing the start location that the route service used for the route leg. Get this property from the service response.

Syntax

public Location ActualStart { set; get; }
Public Property ActualStart As Location

Remarks

In most cases the ActualStart property value is identical to the requested route point location. However, if a route point is not close to a road, the route service chooses a location on the nearest road and uses this new location to calculate the route. The ActualStart property contains this new location.