open class TrafficSelectedState : Serializable
Keep information about selected traffic flow.
TrafficSelectedState()
State of selected traffic. Default constrictor needed to generate class. TrafficSelectedState(mapPoint: MapPoint!, selectedTrafficModel: TrafficFlowMapBalloon!)
Create container which keep selected traffic flow state. TrafficSelectedState(mapPoint: MapPoint!, selectedTrafficModel: TrafficIncidentsMapBalloon!)
Create container which keep selected traffic incidents state. |