March 22, 2012
The ending location for which driving directions are displayed.
Public Property End As LabeledMapLocation
public LabeledMapLocation End { get; set; }
<object> <object.End> <LabeledMapLocation .../> </object.End> </object>
If the ending location is null or invalid when Show()()() is called, the user’s current location is used as the ending location. However, if both the starting and ending location are null or invalid, the Show method will throw an InvalidOperationException.
Windows Phone