ECEFRef Constructor (LatLng) |
doogal.co.uk Home
Create a new earth-centred, earth-fixed reference from the given latitude
and longitude.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public ECEFRef(
LatLng ll
)
Public Sub New (
ll As LatLng
)
public:
ECEFRef(
LatLng^ ll
)
new :
ll : LatLng -> ECEFRef
Parameters
- ll
- Type: DotNetCoordsLatLng
The latitude and longitude.
See Also