Type alias TrafficMeshDefinedRegFeatureProperties
TrafficMeshDefinedRegFeatureProperties: { 
    common_road_name?: string; 
    coord?: number[]; 
    day_of_week?: number; 
    id: number; 
    official_road_name?: string; 
    reg_cause: string; 
    reg_icon: string; 
    reg_name: string; 
    road_type: RoadType; 
    source: "defined"; 
    time_bgn?: string; 
    time_end?: string; 
}
Type declaration
- Optionalcommon_road_name?: string
- Optionalcoord?: number[]
- Optionalday_of_week?: number
- id: number
- Optionalofficial_road_name?: string
- reg_cause: string
- reg_icon: string
- reg_name: string
- road_type: RoadType
- source: "defined"
- Optionaltime_bgn?: string
- Optionaltime_end?: string
交通情報(seed版) [DEFINED][REG]