Optionaloptions: SuperclusterOptionsReturns the immediate children (clusters or points) of a cluster as GeoJSON.
The target cluster id.
Returns the zoom level at which a cluster expands into multiple children.
The target cluster id.
Returns clusters and/or points within a bounding box at a given zoom level.
Bounding box in [westLng, southLat, eastLng, northLat] order.
Zoom level to query.
Returns leaf point features under a cluster, paginated by limit and offset.
The target cluster id.
Optionallimit: numberMaximum number of points to return (defaults to 10).
Optionaloffset: numberNumber of points to skip before collecting results (defaults to 0).
Generates a vector-tile-like representation of a single tile.
Tile zoom.
Tile x coordinate.
Tile y coordinate.
InternalLoads internal GeoJSONVT point features from a data source and builds the clustering index.
GeoJSONVTInternalFeature data source features to filter and cluster.
Loads GeoJSON point features and builds the internal clustering index.
GeoJSON point features to cluster.
InternalUpdates the cluster data by rebuilding.
This class allow clustering of geojson points.