Warning

This feature is available in the Full MapKit SDK version

MMKBicycleTrafficTypeID

enum MMKBicycleTrafficTypeID : NSUInteger {}

TrafficTypeID describes who the road is designed for.

Summary

Enum cases

MMKBicycleTrafficTypeIDOther
Road that is not one of the following types

MMKBicycleTrafficTypeIDPedestrian
Footpath, designed only for pedestrian travel

MMKBicycleTrafficTypeIDBicycle
Bikepath, designed only for bicycle travel

MMKBicycleTrafficTypeIDAuto
Road designed for motorized vehicles that might be dangerous for cyclists

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.