Location Constructor

 

Initializes a new instance of the Microsoft.Maps.MapControl.WPF.Location structure.

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

Overload List

Name Description
System_CAPS_pubmethod Location()

Initializes a new instance of the Location structure.

System_CAPS_pubmethod Location(Double, Double)

Initializes a new instance of the Location structure using the given latitude and longitude values.

System_CAPS_pubmethod Location(Double, Double, Double)

Initializes a new instance of the Microsoft.Maps.MapControl.WPF.Location structure using the given latitude, longitude and altitude values.

System_CAPS_pubmethod Location(Double, Double, Double, AltitudeReference)

Initializes a new instance of the Microsoft.Maps.MapControl.WPF.Location structure using the given latitude, longitude, altitude and altitude reference values.

System_CAPS_pubmethod Location(Location)

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

See Also

Location Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top