class LocationCoordinate3D
@EXClassNullAway class LocationCoordinate3D
|
Package: | dji.common.flightcontroller |
Description:
This is a structure for presenting the location, latitude, longitude, altitude.
Class Members:
method LocationCoordinate3D
LocationCoordinate3D(double latitude, double longitude, float altitude)
|
Package: | dji.common.flightcontroller |
Description:
Constructs the 3D coordinate with latitude, longitude and altitude.
double latitude | Latitude in degrees |
double longitude | Longitude in degrees |
float altitude | Altitude in meters |
method getLatitude
Package: | dji.common.flightcontroller |
Description:
Returns the latitude.
Return:
double | A double value of the latitude. |
method getLongitude
Package: | dji.common.flightcontroller |
Description:
Returns the longitude.
Return:
double | A double value of the longitude. |
method getAltitude
Package: | dji.common.flightcontroller |
Description:
Returns the relative altitude of the aircraft relative to take off location, measured by barometer, in meters.
Return:
float | A float value of the relative altitude of the aircraft relative to take off location. |