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