@JsType(isNative=true,
namespace="<global>",
name="Object")
public class EntityClusterOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled
Whether or not to enable clustering.
|
int |
minimumClusterSize
The minimum number of screen space objects that can be clustered.
|
int |
pixelRange
The pixel range to extend the screen space bounding box.
|
| Constructor and Description |
|---|
EntityClusterOptions() |
@JsProperty public boolean enabled
@JsProperty public int pixelRange
@JsProperty public int minimumClusterSize
Copyright © 2019. All rights reserved.