2#import <Foundation/Foundation.h>
16DEFAULT_EXPORT_ATTRIBUTE
22- (nonnull instancetype)initWithSmoothRadius:(nullable NSNumber *)smoothRadius
23 maxProjectionDistance:(nullable NSNumber *)maxProjectionDistance
24 maxAdvance:(nullable NSNumber *)maxAdvance;
29+ (nonnull instancetype)routeOptionsWithSmoothRadius:(nullable NSNumber *)smoothRadius
30 maxProjectionDistance:(nullable NSNumber *)maxProjectionDistance
31 maxAdvance:(nullable NSNumber *)maxAdvance;
57@property (nonatomic, readonly, nullable) NSNumber *
maxAdvance;