Advertisement
Guest User

mission_sync_object_example

a guest
Nov 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.33 KB | None | 0 0
  1. {
  2.   "altitude": 123.4,
  3.   "areaName": "abcd",
  4.   "availablePhotosCountUponMissionInception": 10,
  5.   "batteryFullChargeCapacity": 3986,
  6.   "batteryLandChargeRemaining": 0,
  7.   "batteryTakeOffChargeRemaining": 3375,
  8.   "calculatedArea": 123.4,
  9.   "calculatedDistance": 123.4,
  10.   "completedWaypointIndex": 10,
  11.   "cruiseAltitude": 123.4,
  12.   "cruiseAltitudeEnabled": true,
  13.   "currentFlightFirstWaypointIndex": 1,
  14.   "date": "2017-11-23T16:04:04Z",
  15.   "distance": 123.4,
  16.   "fps": 123.4,
  17.   "frontlap": 123.4,
  18.   "groundSpeed": 123.4,
  19.   "headingAtTakeOff": 123.4,
  20.   "identifier": "E9294CCA-0D37-4AE2-AAEC-B246BD0305A2",
  21.   "isFrontlapLocked": true,
  22.   "isSidelapLocked": true,
  23.   "lastExecutionID": "E9294CCA-0D37-4AE2-AAEC-B246BD0305A2",
  24.   "lastLandingDate": "2017-11-23T16:04:04Z",
  25.   "lastTakeoffDate": "2017-11-23T16:04:04Z",
  26.   "lastTerrainFollowingSyncDate": "2017-11-23T16:04:04Z",
  27.   "latitude": 123.4,
  28.   "leftBoundaryCoordinateString" : "abcd",
  29.   "longitude": 123.4,
  30.   "lowerAltitude" : 123.4,
  31.   "name": "abcd",
  32.   "predictedFlightTime": 10,
  33.   "predictedPhotosCount": 10,
  34.   "rightBoundaryCoordinateString": "abcd",
  35.   "routingAngle": 123.4,
  36.   "sidelap": 123.4,
  37.   "statusRawValue": 4,
  38.   "takenPhotosCount": 10,
  39.   "typeRawValue": 4,
  40.   "useTerrainFollowing": true,
  41.   "verticalObjectPhotoData": "abcd",
  42.   "aircraft": {
  43.     "modelRawValue": 4
  44.   },
  45.   "flights": [
  46.     {
  47.       "index": 1,
  48.       "waypoints": [
  49.         {
  50.           "accumulatedDistance": 123.4,
  51.           "altitude": 123.4,
  52.           "elevation": 123.4,
  53.           "index": 1,
  54.           "internalType": 1,
  55.           "latitude": 123.4,
  56.           "longitude": 123.4,
  57.           "originalLatitude": 123.4,
  58.           "originalLongitude": 123.4,
  59.           "speed": 123.4,
  60.           "gimbal": {
  61.             "pitch": 123.4,
  62.             "roll": 123.4,
  63.             "yaw": 123.4
  64.           }
  65.         }
  66.       ]
  67.     }
  68.   ],
  69.   "handlePoints": [
  70.     {
  71.       "latitude": 123.4,
  72.       "longitude": 123.4
  73.     }
  74.   ],
  75.   "homePoint": {
  76.     "distance": 123.4,
  77.     "elevation": 123.4,
  78.     "latitude": 123.4,
  79.     "longitude": 123.4
  80.   },
  81.   "interruptionPoint": [
  82.     {
  83.       "index": 1,
  84.       "latitude": 123.4,
  85.       "longitude": 123.4
  86.     }
  87.   ],
  88.   "overlaysRawValue": {
  89.     "arrayMarkersRawValue": "abcd",
  90.     "arrayPolygonRawValue": "abcd",
  91.     "arrayPolylineRawValue": "abcd"
  92.   }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement