ActiveGuidanceDefaults

@Serializable
class ActiveGuidanceDefaults(val defaultPitch: Double = SimpleDefaultsFactory.ActiveGuidance.PITCH, val minZoom: Double = ACTIVE_GUIDANCE_DEFAULT_MIN_ZOOM, val maxZoom: Double = SimpleDefaultsFactory.ActiveGuidance.ZOOM)

Default values for camera state in active guidance.

Constructors

Link copied to clipboard
constructor(defaultPitch: Double = SimpleDefaultsFactory.ActiveGuidance.PITCH, minZoom: Double = ACTIVE_GUIDANCE_DEFAULT_MIN_ZOOM, maxZoom: Double = SimpleDefaultsFactory.ActiveGuidance.ZOOM)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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