data class ShowVenue(val firstMapId: String? = null, val labelAllLocationsOnInit: Boolean = true, val backgroundColor: String? = null, val backgroundAlpha: Double? = null, val multiBufferRendering: Boolean? = false, val xRayPath: Boolean? = true)
Content copied to clipboard
ShowVenue holds the properties of values to be set when showing a venue.
Multi-buffer rendering is currently an experimental feature that may be changed in future releases. Multi-buffer rendering should improve performance but may cause issues on older GPUs.
xRay Paths is currently an experimental feature that may be changed in future releases. Journey path will be visible through other objects. Note: this is on by default, but requires the multiBufferRendering option (which is off by default) to be turned on.