getElevation method Null safety
Gets elevation for the given coordinate. Note: Elevation is only available for the visible region on the screen.
Implementation
Future<double?> getElevation(Map<String?, Object?> coordinate) =>
_mapInterface.getElevation(coordinate);