setHeatMapFrameAnimatioIndex method Null safety

Future<bool> setHeatMapFrameAnimatioIndex(
  1. int index
)

设置控制渲染帧索引

index 索引值

bool 成功返回true 失败false

Implementation

Future<bool> setHeatMapFrameAnimatioIndex(int index) async {
  return await BMFMapDispatcherFactory.instance.heatMapDispatcher
      .setFrameAnimatioIndex(_mapChannel, index);
}