maxZ property

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

num? get maxZ;