data class ShowVenue(val firstMapId: String? = null, val labelAllLocationsOnInit: Boolean = true, val backgroundColor: String? = null, val backgroundAlpha: Double? = null)
Content copied to clipboard
ShowVenue holds the properties of values to be set when showing a venue.