获取map的旋转角度
rotation 旋转角度
Future<double?> getRotation() async { return await BMFMapDispatcherFactory.instance.mapGetPropertyDispatcher .getRotation(_mapChannel); }