SampledLocation

io.github.positionpal.location.domain.SampledLocation
See theSampledLocation companion object
case class SampledLocation(timestamp: Instant, user: UserId, group: GroupId, position: GPSLocation) extends ClientDrivingEvent

An event triggered regularly on behalf of a user, tracking its position.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DrivingEvent
trait DomainEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scope: Scope

The Scope of the event, i.e., an aggregation of the user and group this event is related to.

The Scope of the event, i.e., an aggregation of the user and group this event is related to.

Attributes

Inherited from:
DomainEvent