Type alias RoadShapeOpenedData

RoadShapeOpenedData: {
    attr?: string;
    endDate?: string;
    mesh?: string;
    ordinalNo?: string;
    roadId?: string;
    roadName?: string;
    startDate?: string;
}

新規開通道路データ

Type declaration

  • Optional Readonly attr?: string

    属性ID

  • Optional Readonly endDate?: string

    閉鎖日時

  • Optional Readonly mesh?: string

    メッシュID

  • Optional Readonly ordinalNo?: string

    整理番号

  • Optional Readonly roadId?: string

    道路ID

  • Optional Readonly roadName?: string

    道路名称

  • Optional Readonly startDate?: string

    開通日時