optM property

  1. @override
int? optM
override

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
int? get optM => null;