class SendLocation : Action
(source)
A user location transmission.
<init> |
A user location transmission. SendLocation(playerId: PlayerId, applicationId: String, recipientId: PlayerId, location: UserLocation?, id: Id<Action> = newId(), date: Instant = Instant.now(), state: EventState = EventState(), metadata: ActionMetadata = ActionMetadata()) |
location |
val location: UserLocation? |
toMessage |
fun toMessage(): Message |