interface FlyParamKeyPoint {
    end_top: GeoPoint;
    fly_iscs_end: GeoPoint;
    fly_iscs_start: GeoPoint;
    heading: number;
    roll: number;
    start_top: GeoPoint;
    target_angle: HeadingTilt;
    tilt: number;
}

Properties

end_top: GeoPoint
fly_iscs_end: GeoPoint
fly_iscs_start: GeoPoint
heading: number
roll: number
start_top: GeoPoint
target_angle: HeadingTilt
tilt: number