maxZ property

  1. @override
double? maxZ
override

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

For geographic coordinates maxZ represents maximum elevation or altitude.

You can also use is3D to check whether z coordinate available.

Implementation

@override
double? get maxZ => max.optZ;