Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var isMoving: Boolean
Link copied to clipboard
abstract val isTracked: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val spatialID: Int
Link copied to clipboard
Link copied to clipboard
abstract val spatialName: String
Link copied to clipboard

Functions

Link copied to clipboard

Allows the adding (attaching) of an observer to the observable

Link copied to clipboard
abstract fun countObservers(): Int

Returns how many observers are currently attached to the observable

Link copied to clipboard
abstract fun detachAllObservers()

Detaches all the observers from the observable

Link copied to clipboard

Allows the deletion (removing) of an observer from the observable

Link copied to clipboard
open fun distanceTo(location: LocationIfc): Double
open fun distanceTo(element: SpatialElementIfc): Double
Link copied to clipboard
Link copied to clipboard

Returns true if the observer is already attached

Link copied to clipboard