方法概述
名称 | 返回值类值 | 描述 | Function |
---|---|---|---|
Promise<number> | 基于调用此方法时的视图比例,为图格可视化生成建议的 fixedBinLevel。 更多详情 | binLevel |
方法详细说明
-
基于调用此方法时的视图比例,为图格可视化生成建议的 fixedBinLevel。
参数params Object有关可能传递给此函数的参数的详细信息,请参阅下表。
规范view MapView将渲染图层的 MapView。
返回类型 描述 Promise<number> 解析为建议的 fixedBinLevel
以应用于给定视图比例的图层。将此值设置为 FeatureReductionBinning.fixedBinLevel 属性。示例const fixedBinLevel = await binLevel({ view }); layer.featureReduction = { type: "binning", fixedBinLevel, // ...otherBinningProperties };