BingMapsDirectionsTask.End Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ending location for which driving directions are displayed.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object> <object.End> <LabeledMapLocation .../> </object.End> </object>
Property Value
Type: Microsoft.Phone.Tasks.LabeledMapLocationType: LabeledMapLocation. The ending location for which driving directions are displayed.
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.
Show: