BlueDot

data class BlueDot(allowImplicitFloorLevel: Boolean?, smoothing: Boolean?, showBearing: Boolean?, baseColor: String?)

BlueDot holds the properties of values to be set when enabling blue dot

Constructors

BlueDot
Link copied to clipboard
fun BlueDot(allowImplicitFloorLevel: Boolean? = null, smoothing: Boolean? = null, showBearing: Boolean? = null, baseColor: String? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): Boolean?
component2
Link copied to clipboard
operator fun component2(): Boolean?
component3
Link copied to clipboard
operator fun component3(): Boolean?
component4
Link copied to clipboard
operator fun component4(): String?
copy
Link copied to clipboard
fun copy(allowImplicitFloorLevel: Boolean? = null, smoothing: Boolean? = null, showBearing: Boolean? = null, baseColor: String? = null): MPIOptions.BlueDot
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

allowImplicitFloorLevel
Link copied to clipboard
val allowImplicitFloorLevel: Boolean? = null
For venues that do not provide level updates, assume the user is always on the default map If this is false, and no level information is found from position updates, blueDotUpdate events will not include the nearest node This should probably be set true for single floor venues that have no level information in position updates
baseColor
Link copied to clipboard
val baseColor: String? = null
Override the default color of the Blue Dot.
showBearing
Link copied to clipboard
val showBearing: Boolean? = null
Whether blue dot should show bearing
smoothing
Link copied to clipboard
val smoothing: Boolean? = null
Smooth incoming position updates.