ViewportOptions

class ViewportOptions

Options that impact the ViewportPlugin.

Types

Builder
Link copied to clipboard
class Builder
Builder for ViewportOptions

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
fun toBuilder(): ViewportOptions.Builder
Returns a builder that created the ViewportOptions
toString
Link copied to clipboard
open override fun toString(): String
Returns a String for the object.

Properties

transitionsToIdleUponUserInteraction
Link copied to clipboard
val transitionsToIdleUponUserInteraction: Boolean
Indicates whether to transition ViewportState to IDLE when user interact with the map using gestures.