TargetTrajectory

abstract class TargetTrajectory

Informs about tracked target trajectory.

Functions

Link copied to clipboard
abstract fun getAltitude(): Double
Retrieves target altitude.
Link copied to clipboard
abstract fun getDownSpeed(): Double
Retrieves target speed towards ground .
Link copied to clipboard
abstract fun getEastSpeed(): Double
Retrieves target speed towards East .
Link copied to clipboard
abstract fun getLatitude(): Double
Retrieves target latitude.
Link copied to clipboard
abstract fun getLongitude(): Double
Retrieves target longitude.
Link copied to clipboard
abstract fun getNorthSpeed(): Double
Retrieves target speed towards North .