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