getBearing method

double? getBearing()

Returns the current bearing (rotation) of the map in degrees.

Implementation

double? getBearing() {
  return cameraPosition?.bearing;
}