flywave-mapview.datasource.cangetsubdividechildren
Home > @flywave/flywave-mapview > DataSource > canGetSubdivideChildren
DataSource.canGetSubdivideChildren() method
Returns true if MapView should render the children of the given .
Signature:
canGetSubdivideChildren(tileKey: TileKey): boolean;
Parameters
Parameter | Type | Description |
|---|---|---|
tileKey | TileKey | The unique identifier for a map tile. |
Returns:
boolean
`true` if the children of the given should be checked for collisions.