9 #import <UIKit/UIKit.h>
19 @property (strong, nonatomic) UIColor *fillColor;
23 @property (strong, nonatomic) UIColor *strokeColor;
26 @property (nonatomic, assign) CGFloat lineWidth;
32 @property (nonatomic) BOOL lineDash
__deprecated_msg(
"已废弃since 5.0.0,已废弃,请使用lineDashType绘制虚线");
38 @property (assign, nonatomic) BOOL keepScale;
该类定义了一个用opengl绘制的OverlayView的基类,如果需要用gdi进行绘制请继承于BMKOverlayPathView类
Definition: BMKOverlayGLBasicView.h:13
BOOL tileTexture __deprecated_msg("已废弃since 5.0.0")
是否纹理图片平铺绘制,默认NO
BOOL lineDash __deprecated_msg("已废弃since 5.0.0,已废弃,请使用lineDashType绘制虚线")
是否为虚线样式,默认NO
CGPathRef path
path对象
Definition: BMKOverlayGLBasicView.h:29
该类是地图覆盖物View的基类,提供绘制overlay的接口但本身并无实现,所有地图覆盖物View需要继承自此类
Definition: BMKOverlayView.h:14