BaiduMap_IOSSDK_v6.6.7_Docs  6.6.7
BMKTextMarker.h
浏览该文件的文档.
1 //
2 // BMKTextMarker.h
3 // MapComponent
4 //
5 // Created by zhaoxiangru on 2024/3/11.
6 // Copyright © 2024 Baidu. All rights reserved.
7 //
8 
9 #import "BMKBaseMarker.h"
10 #import "BMKTextStyle.h"
11 
12 NS_ASSUME_NONNULL_BEGIN
13 
15 @property (nonatomic, strong) NSString *text;
16 @property (nonatomic, strong) BMKTextStyle *style;
17 @end
18 
19 NS_ASSUME_NONNULL_END
BMKTextMarker
Definition: BMKTextMarker.h:15
BMKTextStyle.h
BMKTextMarker::text
NSString * text
Definition: BMKTextMarker.h:15
BMKTextMarker::style
BMKTextStyle * style
Definition: BMKTextMarker.h:16
BMKBaseMarker
Definition: BMKBaseMarker.h:19
BMKTextStyle
文本样式
Definition: BMKTextStyle.h:19
BMKBaseMarker.h