Skip to main content

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

NameTypeDescription
xintegerthe x pixel value for the vertex
yintegerthe y pixel value for the vertex