Snapshot Overlay Options
data class SnapshotOverlayOptions @JvmOverloads constructor(showLogo: Boolean, showAttributes: Boolean)
Content copied to clipboard
Data class to config the overlays on the snapshotter
Parameters
show Logo
whether show Mapbox logo on the taken snapshot
show Attributes
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