立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
|
此类是LMKPolygon的显示多边形view,可以通过LMKOverlayPathView修改其fill和stroke attributes 更多...
#import <LMKPolygonView.h>
属性 |
|
LMKPolygon * | polygon |
关联的LMKPolygon model 更多... |
|
![]() |
|
UIColor * | fillColor |
填充颜色,默认是kLMKOverlayViewDefaultFillColor
更多... |
|
UIColor * | strokeColor |
笔触颜色,默认是kLMKOverlayViewDefaultStrokeColor
更多... |
|
CGFloat | lineWidth |
笔触宽度,默认是0 更多... |
|
LMKLineJoinType | lineJoinType |
LineJoin,默认是kLMKLineJoinBevel. 更多... |
|
LMKLineCapType | lineCapType |
LineCap,默认是kLMKLineCapButt. 更多... |
|
CGFloat | miterLimit |
MiterLimit,默认是10.f. 更多... |
|
BOOL | lineDash |
是否绘制成虚线, 默认是NO 更多... |
|
![]() |
|
id< LMKOverlay > | overlay |
关联的overlay对象 更多... |
|
int * | g20MapPoints |
缓存的G20坐标 更多... |
|
NSUInteger | g20MapPointCount |
缓存的G20坐标 个数 更多... |
|
GLuint | strokeTextureID |
笔触纹理id 修改纹理id参考 - (GLuint)loadStrokeTextureImage:textureImage;
更多... |
|
此类是LMKPolygon的显示多边形view,可以通过LMKOverlayPathView修改其fill和stroke attributes
- (id) initWithPolygon: | (LMKPolygon *) | polygon |
根据指定的多边形生成一个多边形View
polygon | 指定的多边形数据对象 |
|
readnonatomicassign |
关联的LMKPolygon model