start

abstract fun start(latitude: Double, longitude: Double, altitude: Double)

Starts a piloted Point Of Interest in locked gimbal mode.

This is equivalent to calling start(latitude, longitude, altitude, Mode.LOCKED_GIMBAL).

Parameters

latitude

latitude of the location (in degrees) to look at

longitude

longitude of the location (in degrees) to look at

altitude

altitude above take off point (in meters) to look at


abstract fun start(latitude: Double, longitude: Double, altitude: Double, @NonNull mode: PointOfInterestPilotingItf.Mode)

Starts a piloted Point Of Interest.

Parameters

latitude

latitude of the location (in degrees) to look at

longitude

longitude of the location (in degrees) to look at

altitude

altitude above take off point (in meters) to look at

mode

Point Of Interest mode