Vertex
Encapsulates data for a vertex. Vertices are used to define lines and polygons.
Example
"lines": [
{
"name": "driveway south entrance",
"vertices": [
{
"x": 1302,
"y": 159
},
{
"x": 1047,
"y": 480
}
]
}
],
Attributes
Name | Type | Description |
---|---|---|
x | integer | the x pixel value for the vertex |
y | integer | the y pixel value for the vertex |