Tracking

io.github.positionpal.location.domain.Tracking
See theTracking companion object
trait Tracking

The tracking of a user.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Attributes

Returns

a new tracking with the added sample at the beginning of the route.

def route: Route

Attributes

Returns

the route followed by the user ordered by the most recent location.

Concrete methods

infix def +(sample: SampledLocation): Tracking

An alias for addSample, allowing to use the + operator to add a sample.

An alias for addSample, allowing to use the + operator to add a sample.

Attributes

Extension method from Tracking

Attributes

Returns

a Some with the MonitorableTracking instance if the tracking is monitorable (i.e., is an instance of MonitorableTracking), None otherwise.

def isMonitorable: Boolean
Extension method from Tracking

Attributes

Returns

true if the tracking is monitorable (i.e., is an instance of MonitorableTracking), false otherwise.