rotateMapCamera method

Future<void> rotateMapCamera(
  1. double degree
)

rotateMapCamera

rotate camera of osm map

Implementation

Future<void> rotateMapCamera(double degree) async {
  return await osmBaseController.mapOrientation(degree);
}