Builder

class Builder

Builder for ViewportOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): ViewportOptions
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
transitionsToIdleUponUserInteraction
Link copied to clipboard
fun transitionsToIdleUponUserInteraction(transitionsToIdleUponUserInteraction: Boolean): ViewportOptions.Builder
Indicates whether the ViewportPlugin should idle when user interact with the map using gestures.