Warning
This feature is available in the Full MapKit SDK version
MMKBicycleTrafficTypeID
enum MMKBicycleTrafficTypeID : UInt, @unchecked Sendable |
TrafficTypeID describes who the road is designed for.
Summary
Enum cases
case other = 0 |
case pedestrian = 1 |
case bicycle = 2 |
case auto = 3 |
Enum cases
other
case other = 0 |
Road that is not one of the following types.
pedestrian
case pedestrian = 1 |
Footpath, designed only for pedestrian travel.
bicycle
case bicycle = 2 |
Bikepath, designed only for bicycle travel.
auto
case auto = 3 |
Road designed for motorized vehicles that might be dangerous for cyclists.