Interface StaticExtentStrategy

The given extent is used as the initial map extent.

interface StaticExtentStrategy {
    extent: Extent;
    type: "static";
}

Properties

Properties

extent: Extent

This extent takes precedence over another extent that might be given in an API call.

type: "static"

The extent strategy type