getBearing method
Returns the current bearing (rotation) of the map in degrees.
Implementation
double? getBearing() {
return cameraPosition?.bearing;
}
Returns the current bearing (rotation) of the map in degrees.
double? getBearing() {
return cameraPosition?.bearing;
}