type property

Coords type
inherited

The coordinate type.

Implementation

Coords get type => Coords.select(
      is3D: is3D,
      isMeasured: isMeasured,
    );