2#import <Foundation/Foundation.h>
25DEFAULT_EXPORT_ATTRIBUTE
31- (nonnull instancetype)initWithSmoothRadius:(nullable NSNumber *)smoothRadius
32 maxProjectionDistance:(nullable NSNumber *)maxProjectionDistance
33 maxAdvance:(nullable NSNumber *)maxAdvance;
38+ (nonnull instancetype)routeOptionsWithSmoothRadius:(nullable NSNumber *)smoothRadius
39 maxProjectionDistance:(nullable NSNumber *)maxProjectionDistance
40 maxAdvance:(nullable NSNumber *)maxAdvance;
66@property (nonatomic, readonly, nullable) NSNumber *
maxAdvance;