getRotation method

Future<double> getRotation ()

获取map的旋转角度

rotation 旋转角度

Implementation

Future<double> getRotation() async {
  return await BMFMapDispatcherFactory.instance
      .getMapGetStateDispatcher()
      .getRotationDispatch(_mapChannel);
}