Ordered path

Each segment leads to a field coordinate and can express a straight or curved movement supported by the schema. The ordered points form the route stem and break.

Meaning before motion

Route data defines where the receiver should travel. A later scene model and animation layer decide timing interpolation, marker motion, and visual presentation.

Read only

Meaning before motion example

{
  "type": "route",
  "path": [
    {
      "type": "straight",
      "to": {
        "x": 18,
        "y": 8
      }
    }
  ]
}