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
showAttributes
whether show attribution on the taken snapshot
showLogo
whether show Mapbox logo on the taken snapshot
Constructors
SnapshotOverlayOptions
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
whether show Mapbox logo on the taken snapshot
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(showLogo: Boolean = true, showAttributes: Boolean = true): SnapshotOverlayOptions
Content copied to clipboard