Type alias RoadWidthData

RoadWidthData: {
    laneWidth: number;
}

幅員データ

Type declaration

  • Readonly laneWidth: number

    幅員(m) 小数第2位まで

    Example

    4.56
    

Example

{
laneWidth: 4.5
}