FlightLocation class
Flight Location.
Location (3D Coordinates = 2D Coordinates and Altitude)
In the DJI SDK, 2D Coordinates (Longitude, Latitude) are defined by Class CLLocationCoordinate2D
While 3D Coordinates (Longitude, Latitude, Altitude) are defined by Class CLLocation
Constructors
- FlightLocation({required double latitude, required double longitude, required double altitude})
-
FlightLocation.fromJson(Map<
String, dynamic> json)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited