getElevation method

Future<double?> getElevation(
  1. Point coordinate
)

Gets elevation for the given coordinate. Note: Elevation is only available for the visible region on the screen and with terrain enabled.

Implementation

Future<double?> getElevation(Point coordinate) =>
    _mapInterface.getElevation(coordinate);