OverviewFrameOptions

class OverviewFrameOptions

Options that impact the generation of the overview frame.

Types

Link copied to clipboard
class GeometrySimplification

Options that impact the simplification of geometries framed for overview.

Properties

Link copied to clipboard
var bearingUpdatesAllowed: Boolean = true

If true, the source will manipulate Camera Bearing Property when producing overview frame updates as necessary.

Link copied to clipboard
var centerUpdatesAllowed: Boolean = true

If true, the source will manipulate Camera Center Property when producing overview frame updates as necessary.

Link copied to clipboard

Options that impact the simplification of geometries framed for overview.

Link copied to clipboard
var maxZoom: Double = 16.35

The max zoom that will be generated for camera overview frames.

Link copied to clipboard
var paddingUpdatesAllowed: Boolean = true

If true, the source will manipulate Camera Padding Property when producing overview frame updates as necessary.

Link copied to clipboard
var pitchUpdatesAllowed: Boolean = true

If true, the source will manipulate Camera Pitch Property when producing overview frame updates as necessary.

Link copied to clipboard
var zoomUpdatesAllowed: Boolean = true

If true, the source will manipulate Camera Zoom Property when producing overview frame updates as necessary.