Location Constructor

Bing
 

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)

NameDescription
System_CAPS_pubmethodLocation()

Initializes a new instance of the Location structure.

System_CAPS_pubmethodLocation(Double, Double)

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

System_CAPS_pubmethodLocation(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_pubmethodLocation(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_pubmethodLocation(Location)

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

Return to top
Show: