MMKRoadEventsEventTag

enum MMKRoadEventsEventTag : UInt, @unchecked Sendable

Summary

Enum cases

case other = 0

case feedback = 1

case chat = 2

case localChat = 3
Same as Chat but limited by distance that you can see it from

case drawbridge = 4
Temporary issues

case closed = 5

case reconstruction = 6

case accident = 7

case danger = 8
Potentially dangerous zones

case school = 9

case overtakingDanger = 10

case pedestrianDanger = 11

case crossRoadDanger = 12

case police = 13
Generalizing tag that has any traffic code control event

case laneControl = 14
Traffic code control tags

case roadMarkingControl = 15

case crossRoadControl = 16

case noStoppingControl = 17

case mobileControl = 18

case speedControl = 19

case trafficControl = 20

case policePatrol = 21

Enum cases

other

case other = 0


feedback

case feedback = 1


chat

case chat = 2


localChat

case localChat = 3

Same as Chat but limited by distance that you can see it from


drawbridge

case drawbridge = 4

Temporary issues


closed

case closed = 5


reconstruction

case reconstruction = 6


accident

case accident = 7


danger

case danger = 8

Potentially dangerous zones


school

case school = 9


overtakingDanger

case overtakingDanger = 10


pedestrianDanger

case pedestrianDanger = 11


crossRoadDanger

case crossRoadDanger = 12


police

case police = 13

Generalizing tag that has any traffic code control event. In old clients all new events fallback to this tag


laneControl

case laneControl = 14

Traffic code control tags


roadMarkingControl

case roadMarkingControl = 15


crossRoadControl

case crossRoadControl = 16


noStoppingControl

case noStoppingControl = 17


mobileControl

case mobileControl = 18


speedControl

case speedControl = 19


trafficControl

case trafficControl = 20


policePatrol

case policePatrol = 21