SnapshotOverlayOptions
data class SnapshotOverlayOptions @JvmOverloads constructor(showLogo: Boolean, showAttributes: Boolean)
Content copied to clipboard
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)
Content copied to clipboard