doogal.co.uk Home
Convert this ECEFRef object to a point represented
by a latitude and longitude and a perpendicular height above (or below) a
reference ellipsoid.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public override LatLng ToLatLng()
Public Overrides Function ToLatLng As LatLng
public:
virtual LatLng^ ToLatLng() override
abstract ToLatLng : unit -> LatLng
override ToLatLng : unit -> LatLng
Return Value
Type:
LatLng
The equivalent latitude and longitude.
See Also