GeoCoordinate Constructor (Double, Double, Double)

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)

'Declaration
Public Sub New ( _
	latitude As Double, _
	longitude As Double, _
	altitude As Double _
)

Parameters

latitude
Type: System.Double
The latitude of the geographic coordinate.
longitude
Type: System.Double
The longitude of the geographic coordinate.
altitude
Type: System.Double
The altiltude of the geographic coordinate.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft