9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
13 NS_ASSUME_NONNULL_BEGIN
40 @property(nonatomic, assign) BMKWalkCycleNavigationLanguageType
languageType;
73 @property (nonatomic, strong, nullable) UIColor *backgroundColor;
78 @property (nonatomic, strong, nullable) UIImage *backgroundIcon;
82 @property (nonatomic, strong, nullable) UIColor *guideInfoTextColor;
85 @property (nonatomic, strong, nullable) UIColor *yaWingInfoTextColor;
88 @property (nonatomic, assign) BOOL hideNaviContentView;
96 @property (nonatomic, strong, nullable) UIColor *backgroundColor;
99 @property (nonatomic, assign) BOOL hideLocation;
106 @property (nonatomic, assign) BOOL tabBarHidden;
109 @property (nonatomic, strong, nullable) UIColor *backgroundColor;
114 @property (nonatomic, strong, nullable) UIImage *backgroundIcon;
117 @property (nonatomic, strong, nullable) UIImage *exitIcon;
120 @property (nonatomic, strong, nullable) UIImage *exitARIcon;
123 @property (nonatomic, strong, nullable) UIColor *seeAllTextColor;
126 @property (nonatomic, strong, nullable) UIColor *remainInfoTextColor;
129 @property (nonatomic, strong, nullable) UIColor *goOnTextColor;
137 @property (nonatomic, assign) BOOL hideCalorie;
140 @property (nonatomic, strong, nullable) UIImage *backgroundImage;
147 @property (nonatomic, assign) BOOL showSmallMapViewByDefault;
150 @property (nonatomic, assign) BOOL autoSwitchWalkModeByDefault;
157 @property (nonatomic, assign) BOOL hideZoom;
160 @property (nonatomic, strong, nullable) UIColor *backgroundColor;
163 @property (nonatomic, strong, nullable) UIImage *zoomOutIcon;
166 @property (nonatomic, strong, nullable) UIImage *zoomInIcon;
169 @property (nonatomic, strong, nullable) UIColor *splitColor;
177 @property (nonatomic, assign) BOOL hideDashboard;
180 @property (nonatomic, strong, nullable) UIColor *backgroundColor;
183 @property (nonatomic, strong, nullable) UIColor *speedInfoColor;
190 @property(nonatomic, strong, nullable) UIImage *compassImage;
192 @property(nonatomic, assign)
float compassImageScale;
194 @property(nonatomic, strong, nullable) UIImage *locationImage;
196 @property(nonatomic, assign)
float locationImageScale;
198 @property(nonatomic, strong, nullable) UIImage *endPointImage;
200 @property(nonatomic, assign)
float endPointImageScale;
202 @property(nonatomic, strong, nullable) UIImage *routeImage;
204 @property(nonatomic, strong, nullable) UIImage *routePassedImage;
206 @property(nonatomic, assign) NSUInteger routeWidth;
208 @property(nonatomic, assign) NSUInteger routeNameFontSize;
210 @property(nonatomic, strong, nullable) UIColor *routeNameFontColor;
212 @property(nonatomic, assign) NSUInteger routeNamePopFontSize;
214 @property(nonatomic, strong, nullable) UIColor *routeNamePopFontColor;
216 @property(nonatomic, strong, nullable) UIColor *routeNamePopBgColor;
219 @property(nonatomic, assign) BOOL extUseMainResource;
223 @property(nonatomic, strong, nullable) UIImage *compassImageExt;
225 @property(nonatomic, assign)
float compassImageScaleExt;
227 @property(nonatomic, strong, nullable) UIImage *locationImageExt;
229 @property(nonatomic, assign)
float locationImageScaleExt;
231 @property(nonatomic, strong, nullable) UIImage *endPointImageExt;
233 @property(nonatomic, assign)
float endPointImageScaleExt;
235 @property(nonatomic, strong, nullable) UIImage *routeImageExt;
237 @property(nonatomic, strong, nullable) UIImage *routePassedImageExt;
239 @property(nonatomic, assign) NSUInteger routeWidthExt;
241 @property(nonatomic, assign) NSUInteger routeNameFontSizeExt;
243 @property(nonatomic, strong, nullable) UIColor *routeNameFontColorExt;
245 @property(nonatomic, assign) NSUInteger routeNamePopFontSizeExt;
247 @property(nonatomic, strong, nullable) UIColor *routeNamePopFontColorExt;
249 @property(nonatomic, strong, nullable) UIColor *routeNamePopBgColorExt;
251 NS_ASSUME_NONNULL_END