new SuperMap.GeoHashGridAggParameter(option)
            common/iServer/GeoHashGridAggParameter.js, line 9
        
        
    | Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| option | Object | 初始化参数。 
 | 
Members
- 
    aggTypeSuperMap.AggregationType
- 
    
    格网聚合类型。 - Default Value: SuperMap.AggregationType.GEOHASH_GRID
 
precisionnumber
网格中数字的精度。
- Default Value: 5
Methods
- 
    SuperMap.GeoHashGridAggParameter.toJsonParameters(param){string|object}common/iServer/GeoHashGridAggParameter.js, line 41
- 
    
    
    将对象转为 JSON 格式。 Name Type Description param转换对象。 Returns:Type Description string | object