ShowVenue

data class ShowVenue(    val firstMapId: String? = null,     val labelAllLocationsOnInit: Boolean = true,     val backgroundColor: String? = null,     val backgroundAlpha: Double? = null)

ShowVenue holds the properties of values to be set when showing a venue.

Constructors

Link copied to clipboard
fun ShowVenue(    firstMapId: String? = null,     labelAllLocationsOnInit: Boolean = true,     backgroundColor: String? = null,     backgroundAlpha: Double? = null)

Properties

Link copied to clipboard
val backgroundAlpha: Double? = null

Set background alpha of the map

Link copied to clipboard
val backgroundColor: String? = null

Set background color of the map when showing the venue

Link copied to clipboard
val firstMapId: String? = null

Set the first map with first map id when showing the venue

Link copied to clipboard
val labelAllLocationsOnInit: Boolean = true

Show the venue with labels on all locations