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.1 (1.0.0.1)

Syntax

C#
public override LatLng ToLatLng()
Visual Basic (Declaration)
Public Overrides Function ToLatLng As LatLng
Visual C++
public:
virtual LatLng^ ToLatLng() override

Return Value

The equivalent latitude and longitude.

See Also