Interface JGetRenderedFeaturesParams

includeClusterFeatures and includeLabelFeatures are mainly used for internal NG methods, you should not have to use them.

interface JGetRenderedFeaturesParams {
    geoFilter?: JLocation | JBoundaryBox | JCircle;
    includeClusterFeatures?: boolean;
    includeLabelFeatures?: boolean;
    keepAllTiles?: boolean;
}

Properties

includeClusterFeatures?: boolean
includeLabelFeatures?: boolean
keepAllTiles?: boolean