MMKBicycleTrafficTypeID
Warning
This feature is available in the Full MapKit SDK version
|
enum MMKBicycleTrafficTypeID : NSUInteger {} |
TrafficTypeID describes who the road is designed for.
Summary
Enum cases
|
MMKBicycleTrafficTypeIDOther |
|
MMKBicycleTrafficTypeIDPedestrian |
|
MMKBicycleTrafficTypeIDBicycle |
|
MMKBicycleTrafficTypeIDAuto |
Enum cases
MMKBicycleTrafficTypeIDOther
|
MMKBicycleTrafficTypeIDOther |
Road that is not one of the following types.
MMKBicycleTrafficTypeIDPedestrian
|
MMKBicycleTrafficTypeIDPedestrian |
Footpath, designed only for pedestrian travel.
MMKBicycleTrafficTypeIDBicycle
|
MMKBicycleTrafficTypeIDBicycle |
Bikepath, designed only for bicycle travel.
MMKBicycleTrafficTypeIDAuto
|
MMKBicycleTrafficTypeIDAuto |
Road designed for motorized vehicles that might be dangerous for cyclists.