getElevation method
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);