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