NavigationScaleGestureHandlerOptions

class NavigationScaleGestureHandlerOptions

Defines customizable options for NavigationScaleGestureHandler.

Types

Link copied to clipboard
class Builder(context: Context)

Functions

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

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard

Rebuilds the options.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val followingInitialMoveThreshold: Float

When in NavigationCameraState.FOLLOWING, sets minimum single pointer movement (map pan) in pixels required to transition NavigationCamera to NavigationCameraState.IDLE.

Link copied to clipboard
val followingMultiFingerMoveThreshold: Float

When in NavigationCameraState.FOLLOWING, sets minimum multi pointer movement (map pan) in pixels required to transition NavigationCamera to NavigationCameraState.IDLE (for example during pinch scale gesture).

Link copied to clipboard
val followingMultiFingerProtectedMoveArea: RectF?

When in NavigationCameraState.FOLLOWING, sets protected multi pointer gesture area.