trafficTypes property

List<BicycleTrafficTypeSegment> get trafficTypes

List of traffic types (transport_bicycle_traffic_type.BicycleTrafficTypeID) along the path. Traffic type for an edge means who the road is designed for, such as pedestrians or cyclists. See transport_bicycle_traffic_type.BicycleTrafficTypeID for a complete list of types. Fields BicycleTrafficTypeSegment.subpolyline of all segments cover whole BicycleRoute.geometry

Implementation

core.List<BicycleTrafficTypeSegment> get trafficTypes;