groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.mavlink
/
CreatePanoramaCommand
Create
Panorama
Command
class
CreatePanoramaCommand
:
MavlinkCommand
MAVLink command which allows to create a panorama.
Members
Constructors
Create
Panorama
Command
Link copied to clipboard
constructor
(
horizontalAngle
:
Double
,
horizontalSpeed
:
Double
,
verticalAngle
:
Double
,
verticalSpeed
:
Double
)
Constructor.
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Horizontal
Angle
Link copied to clipboard
open
fun
getHorizontalAngle
(
)
:
Double
Retrieves the horizontal angle, in degrees.
get
Horizontal
Speed
Link copied to clipboard
open
fun
getHorizontalSpeed
(
)
:
Double
Retrieves the horizontal speed, in degrees/second.
get
Vertical
Angle
Link copied to clipboard
open
fun
getVerticalAngle
(
)
:
Double
Retrieves the vertical angle, in degrees.
get
Vertical
Speed
Link copied to clipboard
open
fun
getVerticalSpeed
(
)
:
Double
Retrieves the vertical speed, in degrees/second.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int