Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTrafficTypeID

enum MMKMasstransitTrafficTypeID : NSUInteger {}

TrafficTypeID describes who the road is designed for.

Summary

Enum cases

MMKMasstransitTrafficTypeIDOther
Road that is not one of the following types

MMKMasstransitTrafficTypeIDPedestrian
Footpath, designed only for pedestrian travel

MMKMasstransitTrafficTypeIDBicycle
Bikepath, designed only for bicycle travel

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

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.