Location Constructor (Double, Double)
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)
Syntax
public Location(
double latitude,
double longitude
)
public:
Location(
double latitude,
double longitude
)
new :
latitude:float *
longitude:float -> Location
Public Sub New (
latitude As Double,
longitude As Double
)
Parameters
latitude
Type: System.DoubleThe latitude of the location.
longitude
Type: System.DoubleThe longitude of the location.
See Also
Location Overload
Location Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top