maxM property

  1. @override
double? maxM
override

The maximum m coordinate optionally. Returns null if not available.

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

Implementation

@override
double? get maxM => max.optM;