10 #if FEATURE_ROUTE_OVERLAY
13 NS_ASSUME_NONNULL_BEGIN
17 @property (nonatomic, assign, readonly) NSUInteger mapScene;
18 @property (nonatomic, copy, readonly) NSArray<MARouteOverlayParam *> *params;
19 @property (nonatomic, assign, readonly) BOOL select;
20 @property (nonatomic, strong, readonly) MAMapRouteOverlayData *data;
21 @property (nonatomic, copy, readonly) NSArray<NSNumber *> *passedColors;
23 - (instancetype)initWithMapSecne:(NSUInteger)mapScene params:(NSArray<MARouteOverlayParam *> *)params select:(BOOL)select data:(MAMapRouteOverlayData *)data passedColors:(NSArray<NSNumber *> *)passedColors;
25 - (void)setCar2DWithIndex:(uint32_t)index position:(
float)postion;
27 - (void)setCar3DWithIndex:(uint32_t)index position:(
float)postion;
31 - (void)removeRouteName;
33 - (void)setLineWidthScale:(
float)scale;
35 - (void)setLine2DWithLineWidth:(int32_t)lineWidth borderWidth:(int32_t)borderWidth;
37 - (void)setShowArrow:(BOOL)bShow;
39 - (void)setArrow3DTexture:(UIImage *)image;
41 - (void)setRouteItemParam:(MARouteOverlayParam *)routeParam;
43 - (void)setHighlightType:(MAMapRouteHighLightType)type;
45 - (void)setHighlightParam:(MARouteOverlayHighLightParam *)highlightParam;
47 - (void)setSelectStatus:(BOOL)status;
49 - (void)setShowNaviRouteNameCountMap:(NSDictionary<NSNumber *, NSNumber *>*)countMap;
51 - (void)setArrowFlow:(BOOL)bFlow;
Definition: MABaseEngineOverlay.h:14