Interface MountSourceToMapLibreOptions

interface MountSourceToMapLibreOptions {
    attribution?: string;
    authorizationContextId?: string;
    authorizationScope?: readonly string[];
    beforeId?: string;
    cluster?: boolean;
    clusterRadius?: number;
    geometry?: "auto" | MapLibreGeometryKind;
    geoParquetResourceResolver?: GeoParquetResourceResolver;
    layerId?: string;
    layout?: Readonly<Record<string, unknown>>;
    paint?: Readonly<Record<string, unknown>>;
    schemaVersion?: string;
    signal?: AbortSignal;
    sourceId?: string;
    sourceVersion?: string;
}

Hierarchy (view full)

Properties

attribution?: string
authorizationContextId?: string

Exact non-secret partition id required by a GeoParquet v2 resource handle.

authorizationScope?: readonly string[]
beforeId?: string
cluster?: boolean
clusterRadius?: number
geometry?: "auto" | MapLibreGeometryKind
geoParquetResourceResolver?: GeoParquetResourceResolver

Lifecycle-scoped resolver used only at the trusted v2 execution boundary.

layerId?: string
layout?: Readonly<Record<string, unknown>>
paint?: Readonly<Record<string, unknown>>
schemaVersion?: string
signal?: AbortSignal
sourceId?: string
sourceVersion?: string