Windows Phone Class Library
LabeledMapLocation Class
January 13, 2012
Represents a geographic coordinate and an associated label that identifies it, such as the location of a business and the business name. This class is used with the BingMapsDirectionsTask class.
Inheritance Hierarchy
System.Object
Microsoft.Phone.Tasks.LabeledMapLocation
Namespace: Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Visual Basic (Declaration)
Public NotInheritable Class LabeledMapLocation
C#
public sealed class LabeledMapLocation
XAML Object Element Usage
<LabeledMapLocation .../>
The LabeledMapLocation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
LabeledMapLocation | Creates a new instance of the LabeledMapLocation class. |
|
LabeledMapLocation(String, GeoCoordinate) | Creates a new instance of the LabeledMapLocation class. |
Properties
| Name | Description | |
|---|---|---|
|
Label | Gets or sets the text label that identifies the associated geographic location. |
|
Location | Gets or sets the geographic coordinate associated with a labeled map location. |
Methods
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Version Information
Windows Phone OS
Supported in: 7.1Platforms
Windows Phone
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.See Also
