设置地图每秒渲染的帧数
Future<void> setRenderFps(int fps) { return _methodChannel.setRenderFps(fps, mapId: mapId); }