SnapshotOverlayOptions

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

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

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

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