optElev property

  1. @override
double? optElev

The elevation (or altitude) coordinate optionally in meters.

Returns null if not available.

You can also use is3D to check whether elev coordinate is available.

Implementation

@override
double? get optElev => null;