ActiveGuidanceDefaults

class ActiveGuidanceDefaults(val defaultPitch: Double = CameraDefaultsFactory.ActiveGuidance.PITCH, val minZoom: Double = CameraDefaultsFactory.ActiveGuidance.MIN_ZOOM, val maxZoom: Double = CameraDefaultsFactory.ActiveGuidance.MAX_ZOOM, val defaultPitchHd: Double = CameraDefaultsFactory.ActiveGuidance.HD_PITCH, val minZoomHd: Double = CameraDefaultsFactory.ActiveGuidance.HD_MIN_ZOOM, val maxZoomHd: Double = CameraDefaultsFactory.ActiveGuidance.HD_MAX_ZOOM)

Default values for camera state in active guidance.

Constructors

Link copied to clipboard
constructor(defaultPitch: Double = CameraDefaultsFactory.ActiveGuidance.PITCH, minZoom: Double = CameraDefaultsFactory.ActiveGuidance.MIN_ZOOM, maxZoom: Double = CameraDefaultsFactory.ActiveGuidance.MAX_ZOOM, defaultPitchHd: Double = CameraDefaultsFactory.ActiveGuidance.HD_PITCH, minZoomHd: Double = CameraDefaultsFactory.ActiveGuidance.HD_MIN_ZOOM, maxZoomHd: Double = CameraDefaultsFactory.ActiveGuidance.HD_MAX_ZOOM)

Properties

Link copied to clipboard

The default pitch that will be generated for Active Guidance camera in SD mode.

Link copied to clipboard

The default pitch override for Active Guidance camera in HD mode.

Link copied to clipboard

The max zoom that will be generated for Active Guidance camera in SD mode.

Link copied to clipboard

The max zoom override for Active Guidance camera in HD mode.

Link copied to clipboard

The min zoom that will be generated for Active Guidance camera in SD mode.

Link copied to clipboard

The min zoom override for Active Guidance camera in HD mode.

Functions

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