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

See Also

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

Return to top