MapSubdivisionStrategy: ((tile: Readonly<Object3D & {
    extent: Extent;
    lod: number;
}>, context: {
    entity: Readonly<entities.Map>;
    layers: readonly Readonly<Layer>[];
}) => boolean)

A function that allows subdivision of the specified tile. If the function returns true, the node can be subdivided.

MMNEPVFCICPMFPCPTTAAATR