ShowVenue

data class ShowVenue(firstMapId: String?, labelAllLocationsOnInit: Boolean, backgroundColor: String?, backgroundAlpha: Double?)

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

Constructors

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

Functions

component1
Link copied to clipboard
operator fun component1(): String?
component2
Link copied to clipboard
operator fun component2(): Boolean
component3
Link copied to clipboard
operator fun component3(): String?
component4
Link copied to clipboard
operator fun component4(): Double?
copy
Link copied to clipboard
fun copy(firstMapId: String? = null, labelAllLocationsOnInit: Boolean = true, backgroundColor: String? = null, backgroundAlpha: Double? = null): MPIOptions.ShowVenue
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

backgroundAlpha
Link copied to clipboard
val backgroundAlpha: Double? = null
Set background alpha of the map
backgroundColor
Link copied to clipboard
val backgroundColor: String? = null
Set background color of the map when showing the venue
firstMapId
Link copied to clipboard
val firstMapId: String? = null
Set the first map with first map id when showing the venue
labelAllLocationsOnInit
Link copied to clipboard
val labelAllLocationsOnInit: Boolean = true
Show the venue with labels on all locations