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