maxZ property

  1. @override
num? maxZ

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
num? get maxZ => max.optZ;