Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
20
iphone/Maps/Core/Settings/MWMRoutingOptions.h
Normal file
20
iphone/Maps/Core/Settings/MWMRoutingOptions.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
NS_SWIFT_NAME(RoutingOptions)
|
||||
@interface MWMRoutingOptions : NSObject
|
||||
|
||||
@property(nonatomic) BOOL avoidToll;
|
||||
@property(nonatomic) BOOL avoidDirty;
|
||||
@property(nonatomic) BOOL avoidPaved;
|
||||
@property(nonatomic) BOOL avoidFerry;
|
||||
@property(nonatomic) BOOL avoidMotorway;
|
||||
@property(nonatomic) BOOL avoidSteps;
|
||||
@property(nonatomic, readonly) BOOL hasOptions;
|
||||
|
||||
- (void)save;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Loading…
Add table
Add a link
Reference in a new issue