GeoCoordinate Constructor (Double, Double, Double)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the GeoCoordinate class with the provided latitude, longitude, and altitude.

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)

Syntax

Public Sub New ( _
    latitude As Double, _
    longitude As Double, _
    altitude As Double _
)
public GeoCoordinate(
    double latitude,
    double longitude,
    double altitude
)

Parameters

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

GeoCoordinate Class

GeoCoordinate Overload

System.Device.Location Namespace