Warning

This feature is available in the Full MapKit SDK version

YMKMasstransitTrafficTypeID

enum YMKMasstransitTrafficTypeID : NSUInteger {}

TrafficTypeID describes who the road is designed for.

Summary

Enum cases

YMKMasstransitTrafficTypeIDOther
Road that is not one of the following types

YMKMasstransitTrafficTypeIDPedestrian
Footpath, designed only for pedestrian travel

YMKMasstransitTrafficTypeIDBicycle
Bikepath, designed only for bicycle travel

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

Enum cases

YMKMasstransitTrafficTypeIDOther

YMKMasstransitTrafficTypeIDOther

Road that is not one of the following types.


YMKMasstransitTrafficTypeIDPedestrian

YMKMasstransitTrafficTypeIDPedestrian

Footpath, designed only for pedestrian travel.


YMKMasstransitTrafficTypeIDBicycle

YMKMasstransitTrafficTypeIDBicycle

Bikepath, designed only for bicycle travel.


YMKMasstransitTrafficTypeIDAuto

YMKMasstransitTrafficTypeIDAuto

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