Location Constructor (Double, Double)

Bing
 

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

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

Public Sub New (
	latitude As Double,
	longitude As Double
)

Parameters

latitude
Type: System.Double

The latitude of the location.

longitude
Type: System.Double

The longitude of the location.

Return to top
Show: