Click or drag to resize

GeodeticCoordinate Constructor

http://www.emgu.com
Create a geodetic coordinate using the specific values

Namespace:  Emgu.CV.Geodetic
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public GeodeticCoordinate(
	double latitude,
	double longitude,
	double altitude
)

Parameters

latitude
Type: SystemDouble
Latitude in radian
longitude
Type: SystemDouble
Longitude in radian
altitude
Type: SystemDouble
Altitude in meters
See Also