DJI Mobile SDK Documentation

      class FlightPathNode

      final class FlightPathNode
      Package:dji.sdk.flighthub.model
      Description:

      The class provide flight information of a node in flight path.

      Class Members:
      method
      method getDate
      Date getDate() throws Exception
      Package:dji.sdk.flighthub.model
      Description:

      Gets the flight date.

      Return:
      DateDate of the flight.
      method getDeviceModel
      String getDeviceModel()
      Package:dji.sdk.flighthub.model
      Description:

      Gets flight device's model.

      Return:
      StringDevice's model.
      method getFlightTime
      int getFlightTime()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the flight time.

      Return:
      intFlight time in seconds.
      method getLocationCoordinate
      LocationCoordinate3D getLocationCoordinate()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the location coordinate of the flight node.

      Return:
      LocationCoordinate3DA LocationCoordinate3D object.
      method
      method getSpeed
      double getSpeed()
      Package:dji.sdk.flighthub.model
      Description:

      Gets the flight speed (m/s).

      Return:
      doubleSpeed in m/s.
      method
      method getYaw
      float getYaw()
      Package:dji.sdk.flighthub.model
      Description:

      Gets flight yaw in degree.

      Return:
      floatFlight yaw.