constructions property

List<BicycleConstructionSegment> get constructions

List of specific constructions along the bicycle path, such as stairs or crossings. See transport_bicycle_construction.BicycleConstructionID for a complete list of constructions. BicycleConstructionSegment.subpolyline fields of all segments cover the entire BicycleRoute.geometry.

Implementation

core.List<BicycleConstructionSegment> get constructions;