FollowPuckViewportStateBearing

sealed class FollowPuckViewportStateBearing

Describes different ways that FollowPuckViewportState can obtain values to use when setting CameraOptions.bearing.

Types

Constant
Link copied to clipboard
class Constant(bearing: Double) : FollowPuckViewportStateBearing
The FollowPuckViewportState sets the camera bearing to the constant value on every frame.
SyncWithLocationPuck
Link copied to clipboard
object SyncWithLocationPuck : FollowPuckViewportStateBearing
The FollowPuckViewportState sets the camera bearing to the same as the location puck's bearing.

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

Inheritors

FollowPuckViewportStateBearing
Link copied to clipboard
FollowPuckViewportStateBearing
Link copied to clipboard