elev property

The elevation (or altitude) coordinate in meters.

Returns zero if not available.

You can also use is3D to check whether elev coordinate is available, or optElev returns elev coordinate as nullable value.

Implementation

@override
double get elev => 0.0;