Warning

This feature is available in the Full MapKit SDK version

YMKBicycleTrafficTypeID

enum YMKBicycleTrafficTypeID : UInt, @unchecked Sendable

TrafficTypeID describes who the road is designed for.

Summary

Enum cases

case other = 0
Road that is not one of the following types

case pedestrian = 1
Footpath, designed only for pedestrian travel

case bicycle = 2
Bikepath, designed only for bicycle travel

case auto = 3
Road designed for motorized vehicles that might be dangerous for cyclists

Enum cases

other

case other = 0

Road that is not one of the following types.


pedestrian

case pedestrian = 1

Footpath, designed only for pedestrian travel.


bicycle

case bicycle = 2

Bikepath, designed only for bicycle travel.


auto

case auto = 3

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