BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
构造函数 | 类方法 | Protected 属性 | 属性 | 所有成员列表
BMKText类 参考

文字覆盖物 since 6.5.2 更多...

#include <BMKText.h>

类 BMKText 继承关系图:
BMKShape <BMKOverlay> <BMKAnnotation> <BMKAnnotation>

构造函数

(BOOL) - setCircleWithCenterCoordinate:text:
 
- 构造函数 继承自 <BMKAnnotation>
(NSString *) - title
 获取annotation标题
 
(NSString *) - subtitle
 获取annotation副标题
 
(void) - setCoordinate:
 
- 构造函数 继承自 <BMKOverlay>
(BOOL) - intersectsMapRect:
 

类方法

(nullable instancetype) + textWithCenterCoordinate:text:
 

Protected 属性

package CLLocationCoordinate2D _coordinate
 
BMKMapRect _boundingMapRect
 

属性

CLLocationCoordinate2D coordinate
 文字覆盖物中心点坐标
 
NSString * text
 文字覆盖物文字内容
 
- 属性 继承自 BMKShape
NSString * title
 要显示的标题;注意:如果不设置title,无法点击annotation,也无法使用回调函数;
 
NSString * subtitle
 要显示的副标题
 
- 属性 继承自 <BMKAnnotation>
CLLocationCoordinate2D coordinate
 标注view中心坐标.
 
- 属性 继承自 <BMKOverlay>
CLLocationCoordinate2D coordinate
 返回区域中心坐标.
 
BMKMapRect boundingMapRect
 返回区域外接矩形
 

详细描述

文字覆盖物 since 6.5.2

函数文档

◆ setCircleWithCenterCoordinate:text:

- (BOOL) setCircleWithCenterCoordinate: (CLLocationCoordinate2D) coord
text: (NSString *) text 

设置文字覆盖物中心点和文本内容

参数
coord字覆盖物的地理坐标
text文字覆盖物文字内容
返回
是否设置成功

◆ textWithCenterCoordinate:text:

+ (nullable instancetype) textWithCenterCoordinate: (CLLocationCoordinate2D) coord
text: (NSString *) text 

根据中心点和文本生成文字覆盖物

参数
coord文字覆盖物的地理坐标
text文字覆盖物文字内容

类成员变量说明

◆ _boundingMapRect

- (BMKMapRect) _boundingMapRect
protected

◆ _coordinate

- (package CLLocationCoordinate2D) _coordinate
protected

属性说明

◆ coordinate

- (CLLocationCoordinate2D) coordinate
readwritenonatomicassign

文字覆盖物中心点坐标

◆ text

- (NSString*) text
readwritenonatomiccopy

文字覆盖物文字内容


该类的文档由以下文件生成: