BaiduMap_IOSSDK_v6.5.5doc_Docs
6.5.5
|
浏览该文件的文档.
9 #import <UIKit/UIKit.h>
64 - (void)applyStrokePropertiesToContext:(CGContextRef)context
72 - (void)applyFillPropertiesToContext:(CGContextRef)context
79 - (void)strokePath:(CGPathRef)path inContext:(CGContextRef)context;
86 - (void)fillPath:(CGPathRef)path inContext:(CGContextRef)context;
CGFloat miterLimit
miterLimit,在样式为kCGLineJoinMiter时有效,默认为10
Definition: BMKOverlayPathView.h:40
CGLineJoin lineJoin
LineJoin,默认为kCGLineJoinRound
Definition: BMKOverlayPathView.h:36
CGFloat lineWidth
画笔宽度,默认为0
Definition: BMKOverlayPathView.h:34
UIColor * _strokeColor
Definition: BMKOverlayPathView.h:16
CGFloat _lineDashPhase
Definition: BMKOverlayPathView.h:22
CGFloat lineDashPhase
lineDashPhase, 默认为0
Definition: BMKOverlayPathView.h:42
CGPathRef _path
Definition: BMKOverlayPathView.h:25
该类定义了一个基本的OverlayView
Definition: BMKOverlayPathView.h:13
CGLineCap lineCap
LineCap,默认为kCGLineCapRound
Definition: BMKOverlayPathView.h:38
CGFloat BMKZoomScale
地图缩放比例
Definition: BMKTypes.h:296
NSArray * lineDashPattern
lineDashPattern,一个NSNumbers的数组,默认为nil
Definition: BMKOverlayPathView.h:44
UIColor * fillColor
填充颜色
Definition: BMKOverlayPathView.h:29
CGLineJoin _lineJoin
Definition: BMKOverlayPathView.h:19
CGLineCap _lineCap
Definition: BMKOverlayPathView.h:20
CGFloat _miterLimit
Definition: BMKOverlayPathView.h:21
UIColor * strokeColor
画笔颜色
Definition: BMKOverlayPathView.h:31
CGFloat _lineWidth
Definition: BMKOverlayPathView.h:18
该类是地图覆盖物View的基类,提供绘制overlay的接口但本身并无实现,所有地图覆盖物View需要继承自此类
Definition: BMKOverlayView.h:15
CGPathRef path
path对象
Definition: BMKOverlayPathView.h:51
NSArray * _lineDashPattern
Definition: BMKOverlayPathView.h:23