getTilt method

double? getTilt()

Returns the current tilt (pitch) of the map in degrees.

Implementation

double? getTilt() {
  return cameraPosition?.tilt;
}