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