Warning

This feature is available in the Full MapKit SDK version

YMKBicycleFlags

@interface YMKBicycleFlags : NSObject

Indicates whether the suggested route has one or more of the specified properties.

Summary

Class methods

+ (nonnull YMKBicycleFlags *)flagsWithRequiresAccessPass:( BOOL)requiresAccessPass
                                             hasAutoRoad:( BOOL)hasAutoRoad;

Properties

@property (nonatomic, readonly) BOOL requiresAccessPass;
Indicates whether the suggested route requires an access pass

@property (nonatomic, readonly) BOOL hasAutoRoad;
Indicates whether the suggested route includes automotive roads

Class methods

flagsWithRequiresAccessPass:hasAutoRoad:

+ (nonnull YMKBicycleFlags *)flagsWithRequiresAccessPass:( BOOL)requiresAccessPass
                                             hasAutoRoad:( BOOL)hasAutoRoad;


Properties

requiresAccessPass

@property (nonatomic, readonly) BOOL requiresAccessPass;

Indicates whether the suggested route requires an access pass.


hasAutoRoad

@property (nonatomic, readonly) BOOL hasAutoRoad;

Indicates whether the suggested route includes automotive roads.