RouteLeg.ActualEnd Property

 

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

Syntax

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

Remarks

In most cases the ActualEnd 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 ActualEnd property contains this new location.