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)

Properties

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