points property

  1. @ImcField('Path Points', 'points', ImcType.typeMessageList)
List<PathPoint> points

List of PathPoint messages, encoding the path points.

Implementation

@ImcField('Path Points', 'points', ImcType.typeMessageList)
List<PathPoint> get points;