getBuildingsEnabled method

Future<bool> getBuildingsEnabled ()

获取map是否现显示3D楼块效果

buildingsEnabled 是否现显示3D楼块效果

Implementation

Future<bool> getBuildingsEnabled() async {
  return await BMFMapDispatcherFactory.instance
      .getMapGetStateDispatcher()
      .getBuildingsEnabledDispatch(_mapChannel);
}