{
  "currentIndication": {
    "orientationType": "BACKWARD",
    "orientation": 14.5,
    "stepIdxDestination": 5,
    "distance": 11.4,
    "stepIdxOrigin": 4,
    "indicationType": "TURN",
    "distanceToNextLevel": 15,
    "neededLevelChange": true
  },
  "nextIndication": {
    "orientationType": "STRAIGHT",
    "orientation": 3.5,
    "stepIdxDestination": 5,
    "distance": 8.6,
    "stepIdxOrigin": 4,
    "indicationType": "GO_AHEAD",
    "distanceToNextLevel": 24,
    "neededLevelChange": true
  },
  "distanceToEndStep": 16,
  "closestPointInRoute": {
    "coordinate": {
      "latitude": 2,
      "longitude": 4
    },
    "floorIdentifier": "12",
    "cartesianCoordinate": {
      "x": 2,
      "y": 5
    },
    "isIndoor": true,
    "buildingIdentifier": "101",
    "isOutdoor": false
  },
  "distanceToClosestPointInRoute": 12,
  "timeToEndStep": 16,
  "routeStep": {
    "isFirst": true,
    "distance": 23.4,
    "isLast": false,
    "distanceToGoal": 27,
    "from": {
      "coordinate": {
        "latitude": 0,
        "longitude": 0
      },
      "floorIdentifier": "12",
      "cartesianCoordinate": {
        "x": 5,
        "y": 6
      },
      "isIndoor": true,
      "buildingIdentifier": "101",
      "isOutdoor": false
    },
    "id": 1,
    "TO": {
      "coordinate": {
        "latitude": 0,
        "longitude": 0
      },
      "floorIdentifier": "12",
      "cartesianCoordinate": {
        "x": 3,
        "y": 5
      },
      "isIndoor": true,
      "buildingIdentifier": "101",
      "isOutdoor": false
    }
  },
  "timeToGoal": 24,
  "currentStepIndex": 1,
  "distanceToGoal": 24
}