Interface GeometryExtentStrategy

The given Geometry defines the initial map extent.

interface GeometryExtentStrategy {
    geometry?: Geometry;
    type: "geometry";
}

Properties

Properties

geometry?: Geometry

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

type: "geometry"

The extent strategy type