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.
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.
Show: