LabeledMapLocation Constructor (String, GeoCoordinate)

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Sub New ( _
    label As String, _
    location As GeoCoordinate _
)
public LabeledMapLocation(
    string label,
    GeoCoordinate location
)
public:
LabeledMapLocation(
    String^ label, 
    GeoCoordinate^ location
)
new : 
        label:string * 
        location:GeoCoordinate -> LabeledMapLocation

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

LabeledMapLocation Class

LabeledMapLocation Overload

Microsoft.Phone.Tasks Namespace