NavigationScaleGestureHandlerOptions

class NavigationScaleGestureHandlerOptions

Defines customizable options for NavigationScaleGestureHandler.

Types

Builder
Link copied to clipboard
class Builder(context: Context)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Returns a hash code value for the object.
toBuilder
Link copied to clipboard
Rebuilds the options.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

followingInitialMoveThreshold
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.
followingMultiFingerMoveThreshold
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).
followingMultiFingerProtectedMoveArea
Link copied to clipboard
val followingMultiFingerProtectedMoveArea: RectF?
When in NavigationCameraState.FOLLOWING, sets protected multi pointer gesture area.