Advertisement
Guest User

mission_sync_object_example

a guest
Nov 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.21 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.         }
  61.       ]
  62.     }
  63.   ],
  64.   "handlePoints": [
  65.     {
  66.       "latitude": 123.4,
  67.       "longitude": 123.4
  68.     }
  69.   ],
  70.   "homePoint": {
  71.     "distance": 123.4,
  72.     "elevation": 123.4,
  73.     "latitude": 123.4,
  74.     "longitude": 123.4
  75.   },
  76.   "interruptionPoint": [
  77.     {
  78.       "index": 1,
  79.       "latitude": 123.4,
  80.       "longitude": 123.4
  81.     }
  82.   ],
  83.   "overlaysRawValue": {
  84.     "arrayMarkersRawValue": "abcd",
  85.     "arrayPolygonRawValue": "abcd",
  86.     "arrayPolylineRawValue": "abcd"
  87.   }
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement