optM property

  1. @override
double? 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
double? get optM => m;