Create a new LatLng object to represent a latitude/longitude pair using the
specified datum.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
latitude As Double, _
longitude As Double, _
height As Double, _
datum As Datum _
) |
Parameters
- latitude
- Type: System..::.Double
The latitude in degrees. Must be between -90.0 and 90.0 inclusive.
-90.0 and 90.0 are effectively equivalent.
- longitude
- Type: System..::.Double
The longitude in degrees. Must be between -180.0 and 180.0
inclusive. -180.0 and 180.0 are effectively equivalent.
- height
- Type: System..::.Double
The perpendicular height above the reference ellipsoid.
- datum
- Type: DotNetCoords.Datum..::.Datum
The datum that this reference is based on.
Exceptions
See Also