Click to Rate and Give Feedback
MSDN
MSDN Library
 Start Property
Collapse All/Expand All Collapse All
Windows Phone Class Library
BingMapsDirectionsTask..::.Start Property

March 22, 2012

The starting location for which driving directions are displayed.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
Visual Basic (Declaration)
Public Property Start As LabeledMapLocation
C#
public LabeledMapLocation Start { get; set; }
XAML Property Element Usage
<object>
  <object.Start>
    <LabeledMapLocation .../>
  </object.Start>
</object>

Property Value

Type: Microsoft.Phone.Tasks..::.LabeledMapLocation
Type: LabeledMapLocation. The starting location for which driving directions are displayed.

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 OS

Supported in: 7.1

Windows Phone

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker