Builder

class Builder(context: Context)

Builds NavigationScaleGestureHandlerOptions.

Constructors

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

Functions

build
Link copied to clipboard
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
followingInitialMoveThreshold
Link copied to clipboard
fun followingInitialMoveThreshold(followingInitialMoveThreshold: Float): NavigationScaleGestureHandlerOptions.Builder
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
fun followingMultiFingerMoveThreshold(followingMultiFingerMoveThreshold: Float): NavigationScaleGestureHandlerOptions.Builder
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
fun followingMultiFingerProtectedMoveArea(followingMultiFingerProtectedMoveArea: RectF?): NavigationScaleGestureHandlerOptions.Builder
When in NavigationCameraState.FOLLOWING, sets protected multi pointer gesture area.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String