SnapshotOverlayOptions

Data class to config the overlays on the snapshotter

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

Parameters

showAttributes

whether show attribution on the taken snapshot

showLogo

whether show Mapbox logo on the taken snapshot

Constructors

SnapshotOverlayOptions
Link copied to clipboard

whether show Mapbox logo on the taken snapshot

fun SnapshotOverlayOptions(showLogo: Boolean, showAttributes: Boolean)

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, showAttributes: Boolean): 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

whether show attribution on the taken snapshot

val showAttributes: Boolean
showLogo
Link copied to clipboard

whether show Mapbox logo on the taken snapshot

val showLogo: Boolean