TrackedCallout

class TrackedCallout(val userGeometry: UserGeometry? = null, val trackedText: String = "", val location: LngLatAlt = LngLatAlt(), var positionedStrings: List<PositionedString> = emptyList(), val isPoint: Boolean = false, isGeneric: Boolean = false, filter: Boolean = true, var calloutHistory: CalloutHistory? = null, var locationFilter: LocationUpdateFilter? = null)

Constructors

Link copied to clipboard
constructor(userGeometry: UserGeometry? = null, trackedText: String = "", location: LngLatAlt = LngLatAlt(), positionedStrings: List<PositionedString> = emptyList(), isPoint: Boolean = false, isGeneric: Boolean = false, filter: Boolean = true, calloutHistory: CalloutHistory? = null, locationFilter: LocationUpdateFilter? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val isPoint: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Long
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int