Foxglove

enum PointsAnnotationType

Type of points annotation

Parent type

PointsAnnotationType appears in the PointsAnnotation message schema.

Schema

namevaluedescription
UNKNOWN0
POINTS1Individual points: 0, 1, 2, ...
LINE_LOOP2Closed polygon: 0-1, 1-2, ..., (n-1)-n, n-0
LINE_STRIP3Connected line segments: 0-1, 1-2, ..., (n-1)-n
LINE_LIST4Individual line segments: 0-1, 2-3, 4-5, ...