On this page

Type Alias QueryRenderedFeaturesOptionsStrict

QueryRenderedFeaturesOptionsStrict: Omit<QueryRenderedFeaturesOptions, "layers"> & {
    globalState?: Record<string, any>;
    layers: Set<string> | null;
}

Will be removed from public API in MapTiler SDK v4

Was this helpful?
SDK JS
Reference
QueryRenderedFeaturesOptionsStrict