SnapshotOverlayOptions

data class SnapshotOverlayOptions @JvmOverloads() constructor(showLogo: Boolean, showAttributes: Boolean)

Data class to config the overlays on the snapshotter

Parameters

showAttributes

whether show attribution on the taken snapshot

showLogo

whether show Mapbox logo on the taken snapshot

Constructors

SnapshotOverlayOptions
Link copied to clipboard
fun SnapshotOverlayOptions(showLogo: Boolean = true, showAttributes: Boolean = true)
whether show Mapbox logo on the taken snapshot

Functions

component1
Link copied to clipboard
operator fun component1(): Boolean
component2
Link copied to clipboard
operator fun component2(): Boolean
copy
Link copied to clipboard
fun copy(showLogo: Boolean = true, showAttributes: Boolean = true): SnapshotOverlayOptions
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

showAttributes
Link copied to clipboard
val showAttributes: Boolean = true
whether show attribution on the taken snapshot
showLogo
Link copied to clipboard
val showLogo: Boolean = true
whether show Mapbox logo on the taken snapshot