FlightElementWaypointMission class Null safety
Waypoint Mission.
- Inheritance
- Object
- FlightElement
- FlightElementWaypointMission
Constructors
-
FlightElementWaypointMission({FlightLocation? pointOfInterest, double? maxFlightSpeed = 15.0, double? autoFlightSpeed = 8.0, FlightWaypointMissionFinishedAction? finishedAction = FlightWaypointMissionFinishedAction.noAction, FlightWaypointMissionHeadingMode? headingMode = FlightWaypointMissionHeadingMode.usingWaypointHeading, FlightWaypointMissionPathMode? flightPathMode = FlightWaypointMissionPathMode.curved, bool? rotateGimbalPitch = true, bool? exitMissionOnRCSignalLost = true, required List<
FlightWaypoint> waypoints}) -
FlightElementWaypointMission.fromJson(Map<
String, dynamic> json)
Properties
- autoFlightSpeed → double?
-
final
- exitMissionOnRCSignalLost → bool?
-
final
- finishedAction → FlightWaypointMissionFinishedAction?
-
final
- flightPathMode → FlightWaypointMissionPathMode?
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- headingMode → FlightWaypointMissionHeadingMode?
-
final
- maxFlightSpeed → double?
-
final
- pointOfInterest → FlightLocation?
-
final
- rotateGimbalPitch → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type → FlightElementType?
-
final, inherited
-
waypoints
→ List<
FlightWaypoint> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited