class RealTimeFlightData
final class RealTimeFlightData
|
| Package: | dji.sdk.flighthub.model |
Description:
This class includes detail of current flight.
Class Members:
method getSn
| Package: | dji.sdk.flighthub.model |
Description:
Gets current device's serial number.
Return:
| String | Current device's serial number. |
method getDevice
| Package: | dji.sdk.flighthub.model |
Description:
Gets the model of the device.
Return:
method getTeamId
| Package: | dji.sdk.flighthub.model |
Description:
Gets the team's id that current device belongs to.
Return:
method getDate
| Package: | dji.sdk.flighthub.model |
Description:
Gets flight date.
Return:
method getLocationCoordinate
LocationCoordinate3D getLocationCoordinate()
|
| Package: | dji.sdk.flighthub.model |
Description:
Gets current location coordinate.
Return:
method getSpeed
| Package: | dji.sdk.flighthub.model |
Description:
Gets flight speed.
Return:
| double | An integer value of the flight speed in m/s. |
method getYaw
| Package: | dji.sdk.flighthub.model |
Description:
Gets flight yaw.
Return:
| float | An integer value of flight yaw. |