MMKRoadEventsEventTag

enum MMKRoadEventsEventTag : UInt, @unchecked Sendable

Summary

Enum cases

case other = 0

case feedback = 1

case chat = 2

case localChat = 3
Only use this tag in conjuction with RoadEventsLayer

case drawbridge = 4
Temporary issues

case closed = 5

case reconstruction = 6

case accident = 7

case trafficAlert = 8

case danger = 9
Potentially dangerous zones

case school = 10

case overtakingDanger = 11

case pedestrianDanger = 12

case crossRoadDanger = 13

case police = 14
Traffic code control tags

case laneControl = 15

case roadMarkingControl = 16

case crossRoadControl = 17

case noStoppingControl = 18

case mobileControl = 19

case speedControl = 20

Enum cases

other

case other = 0


feedback

case feedback = 1


chat

case chat = 2


localChat

case localChat = 3

Only use this tag in conjuction with RoadEventsLayer. Road events layer embedded into TrafficLayer can't display local chats.


drawbridge

case drawbridge = 4

Temporary issues


closed

case closed = 5


reconstruction

case reconstruction = 6


accident

case accident = 7


trafficAlert

case trafficAlert = 8


danger

case danger = 9

Potentially dangerous zones


school

case school = 10


overtakingDanger

case overtakingDanger = 11


pedestrianDanger

case pedestrianDanger = 12


crossRoadDanger

case crossRoadDanger = 13


police

case police = 14

Traffic code control tags


laneControl

case laneControl = 15


roadMarkingControl

case roadMarkingControl = 16


crossRoadControl

case crossRoadControl = 17


noStoppingControl

case noStoppingControl = 18


mobileControl

case mobileControl = 19


speedControl

case speedControl = 20