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