optM property

  1. @override
C? optM

The m ("measure") coordinate optionally. Returns null if not available.

You can also use isMeasured to check whether m coordinate is available.

m represents a measurement or a value on a linear referencing system (like time).

Implementation

@override
C? get optM => null;