io.github.positionpal.location.domain.Tracking
See theTracking companion trait
object Tracking
Attributes
Members list
Value members
Concrete methods
def withMonitoring(routingMode: RoutingMode, destination: Address, estimatedArrival: Instant, route: Route): MonitorableTracking
Creates a new MonitorableTracking.
Extensions
Extensions
extension (t: Tracking)
Attributes
- Returns
-
a Some with the MonitorableTracking instance if the tracking is monitorable (i.e., is an instance of MonitorableTracking), None otherwise.
Attributes
- Returns
-
true
if the tracking is monitorable (i.e., is an instance of MonitorableTracking),false
otherwise.
extension (t: Option[Tracking])
Attributes
- Returns
-
a Some with the MonitorableTracking instance if the
Option
is non-empty and the tracking is monitorable (i.e., is an instance of MonitorableTracking), None otherwise.
In this article