m property

num m

The m ("measure") coordinate value. Returns zero if not available.

You can also use isMeasured to check whether m coordinate is available, optM returns m coordinate as a nullable value.

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

Implementation

num get m;