Package-level declarations
Types
Descriptor for a Mapbox circle layer: points rendered as filled disks with optional stroke, driven by a vector or GeoJSON source.
Descriptor for a Mapbox fill layer: polygon features filled with optional outline, backed by a vector or GeoJSON source.
Descriptor for symbol-style layers that share GridLayerPaint with SymbolLayerDescriptor but add masking and data quality knobs used by gridded and dense icon workflows (e.g. encoded-grid sidecars).
Descriptor for a Mapbox heatmap layer: point density visualized as a color ramp, backed by vector or GeoJSON point data.
Descriptor for a Mapbox line layer: line strings and polygon rings stroked from vector or GeoJSON geometry.
Descriptor for a Mapbox symbol layer built from GridLayerPaint: icons, text labels, and optional fill/stroke driven by the same paint model used for gridded symbol products.
Marker for layer descriptors that map to Mapbox vector style layers (fill, line, circle, symbol, heatmap). Implementations add sourceLayer (MVT layer name, or null for GeoJSON) and an optional feature filter.