OverviewFrameOptions

class OverviewFrameOptions

Options that impact the generation of the overview frame.

Types

GeometrySimplification
Link copied to clipboard
class GeometrySimplification
Options that impact the simplification of geometries framed for overview.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

bearingUpdatesAllowed
Link copied to clipboard
var bearingUpdatesAllowed: Boolean = true
If true, the source will manipulate Camera Bearing Property when producing overview frame updates as necessary.
centerUpdatesAllowed
Link copied to clipboard
var centerUpdatesAllowed: Boolean = true
If true, the source will manipulate Camera Center Property when producing overview frame updates as necessary.
geometrySimplification
Link copied to clipboard
Options that impact the simplification of geometries framed for overview.
maxZoom
Link copied to clipboard
var maxZoom: Double = 16.35
The max zoom that will be generated for camera overview frames.
paddingUpdatesAllowed
Link copied to clipboard
var paddingUpdatesAllowed: Boolean = true
If true, the source will manipulate Camera Padding Property when producing overview frame updates as necessary.
pitchUpdatesAllowed
Link copied to clipboard
var pitchUpdatesAllowed: Boolean = true
If true, the source will manipulate Camera Pitch Property when producing overview frame updates as necessary.
zoomUpdatesAllowed
Link copied to clipboard
var zoomUpdatesAllowed: Boolean = true
If true, the source will manipulate Camera Zoom Property when producing overview frame updates as necessary.