interface RestrictedDrivingArea {
    center: Point;
    geometry: Polygon;
    id: number;
    modificationData: ModificationMetadata;
    name: string;
    restrictionName: string;
}

Properties

center: Point

The GeoJSON Point representation of the center of the restricted driving area.

geometry: Polygon

The GeoJSON Polygon representation of the restricted driving area's geometry.

id: number
modificationData: ModificationMetadata
name: string

The name of the restricted driving area.

restrictionName: string

The name of the restriction type, associated with the restricted driving area.