SnapshotOverlayOptions

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

Data class to config the overlays on the snapshotter

Parameters

showLogo

whether show Mapbox logo on the taken snapshot

showAttributes

whether show attribution on the taken snapshot

Constructors

Link copied to clipboard
@JvmOverloads
fun SnapshotOverlayOptions(showLogo: Boolean = true, showAttributes: Boolean = true)

Properties

Link copied to clipboard
val showAttributes: Boolean = true
Link copied to clipboard
val showLogo: Boolean = true