This documentation is archived and is not being maintained.
GeoCoordinate Constructor
Visual Studio 2010
Initializes a new instance of [T:System.Device.Location.GeoCoordinate.]
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GeoCoordinate() | Initializes a new instance of GeoCoordinate that has no data fields set. |
|
GeoCoordinate(Double, Double) | Initializes a new instance of the GeoCoordinate class from latitude and longitude data. |
|
GeoCoordinate(Double, Double, Double) | Initializes a new instance of the GeoCoordinate class from latitude, longitude, and altitude data. |
|
GeoCoordinate(Double, Double, Double, Double, Double, Double, Double) | Initializes a new instance of the GeoCoordinate class from latitude, longitude, altitude, horizontal accuracy, vertical accuracy, speed, and course. |
Show: