updateRoadShields

fun updateRoadShields(shieldMap: Map<String, RoadShield?>)

Given a Map of id to RoadShield, the function maintains a map of id to RoadShield that is used to render the shield on the view

Parameters

shieldMap

Map<String, RoadShield?>