Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
12
iphone/Maps/Core/Routing/MWMRouterTransitStepInfo.h
Normal file
12
iphone/Maps/Core/Routing/MWMRouterTransitStepInfo.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#import "MWMRouterTransitType.h"
|
||||
|
||||
@interface MWMRouterTransitStepInfo : NSObject
|
||||
|
||||
@property(nonatomic, readwrite) MWMRouterTransitType type;
|
||||
@property(copy, nonatomic, readwrite) NSString * distance;
|
||||
@property(copy, nonatomic, readwrite) NSString * distanceUnits;
|
||||
@property(copy, nonatomic, readwrite) NSString * number;
|
||||
@property(nonatomic, readwrite) UIColor * color;
|
||||
@property(nonatomic, readwrite) NSInteger intermediateIndex;
|
||||
|
||||
@end
|
||||
Loading…
Add table
Add a link
Reference in a new issue