Share via


Location Constructor (Location)

 

Initializes a new instance of the Location structure using the given location.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public Location(
    Location location
)
public:
Location(
    Location^ location
)
new : 
        location:Location -> Location
Public Sub New (
    location As Location
)

Parameters

See Also

Location Overload
Location Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top