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