TripPlanningDefaults

class TripPlanningDefaults(val zoom: Double = TripPlanning.ZOOM, val pitch: Double = TripPlanning.PITCH)

Default values for camera states.

Constructors

Link copied to clipboard
constructor(zoom: Double = TripPlanning.ZOOM, pitch: Double = TripPlanning.PITCH)

Properties

Link copied to clipboard

The pitch angle in degrees for the camera in SD mode.

Link copied to clipboard

The zoom level for the camera in SD 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