Interface MapExtentExplorationBindingOptions

interface MapExtentExplorationBindingOptions {
    applyInitial?: boolean;
    coalesce?: boolean;
    publishSpatialFilter?: boolean;
}

Properties

applyInitial?: boolean

Publish the source's current extent on bind when available.

true
coalesce?: boolean

Coalesce same-tick move events before dispatching.

true
publishSpatialFilter?: boolean

Also mirror the extent into spatialFilter.

false