GeoCoordinate Constructor (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 and longitude.
Assembly: System.Device (in System.Device.dll)
Parameters
- latitude
- Type: System.Double
The latitude of the geographic coordinate.
- longitude
- Type: System.Double
The longitude of the geographic coordinate.
Show: