maxElev property

  1. @override
double? maxElev

The maximum elevation (or altitude) coordinate in meters optionally.

Returns null if not available.

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

Implementation

@override
double? get maxElev => max.optElev;