Type alias TrafficMeshVicsJamFeatureProperties

TrafficMeshVicsJamFeatureProperties: {
    from_name?: string;
    id: number;
    jam_code: number;
    length: number;
    road_name: string;
    road_type: RoadType;
    source: "vics";
    to_name?: string;
}

交通情報(seed版) [VICS][JAM]

Type declaration

  • Optional from_name?: string

    起点名称

  • id: number
  • jam_code: number

    渋滞コード

  • length: number

    渋滞長

  • road_name: string

    道路名称

  • road_type: RoadType

    道路種別

  • source: "vics"

    データ提供元

  • Optional to_name?: string

    終点名称