BaiduMap_IOSSDK_v6.6.1_Docs
|
该类用于定义文字覆盖物对应的View since 6.5.2 更多...
#import <BMKTextView.h>
属性 | |
BMKText * | text |
该View对应的文字覆盖物 | |
UIColor * | backgroundColor |
背景颜色 | |
int | fontSize |
字体大小,默认:12 | |
BMKTextFontType | textFontType |
字体类型,默认:kBMKTextFontNormal | |
UIColor * | textColor |
字体颜色 | |
CGFloat | textParagraphSpacing |
段间距,默认:2.0f | |
int | textMaxLineWidth |
文字的最大行宽 | |
CGFloat | textLineSpacing |
文字的行间距,默认:4.0f | |
NSTextAlignment | textAlignment |
文字对齐方式,默认:NSTextAlignmentCenter | |
NSLineBreakMode | textLineBreakMode |
字符截断类型,默认:NSLineBreakByCharWrapping | |
int | startLevel |
文字最小显示层级, 默认4 | |
int | endLevel |
文字最大显示层级,默认22 | |
float | rotate |
旋转角度,逆时针 | |
BOOL | isClickable |
是否可点击,默认YES | |
![]() | |
UIColor * | fillColor |
UIColor * | strokeColor |
CGFloat | lineWidth |
画笔宽度,默认为0 | |
BMKLineDashType | lineDashType |
虚线类型, since 5.0.0,默认kBMKLineDashTypeNone (仅支持颜色虚线) | |
![]() | |
UIImage * | textureImage |
BOOL | keepScale |
纹理图片是否缩放,默认NO | |
![]() | |
id< BMKOverlay > | overlay |
关联的overlay对象 | |
GLuint | strokeTextureID |
关联的纹理对象ID | |
额外继承的成员函数 | |
![]() | |
package id< BMKOverlay > | _overlay |
BMKMapRect | _boundingMapRect |
CGAffineTransform | _mapTransform |
id | _geometryDelegate |
id | _canDrawCache |
BOOL | keepScale |
CFTimeInterval | _lastTile |
CFRunLoopTimerRef | _scheduledScaleTimer |
struct { | |
unsigned int keepAlive:1 | |
unsigned int levelCrossFade:1 | |
unsigned int drawingDisabled:1 | |
unsigned int usesTiledLayer:1 | |
} | _flags |
该类用于定义文字覆盖物对应的View since 6.5.2
- (nullable instancetype) initWithTextOverlay: | (BMKText *) | textOverlay |
根据指定文字覆盖物生成对应的View
textOverlay | 指定的文字覆盖物 |