BaiduMap_IOSSDK_v6.6.5_Docs
6.6.5
载入中...
搜索中...
未找到
BaiduMapAPI_Map.framework
Headers
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
14
@interface
BMKTextMarker
:
BMKBaseMarker
15
@property
(nonatomic, strong) NSString *
text
;
16
@property
(nonatomic, strong)
BMKTextStyle
*
style
;
17
@end
18
19
NS_ASSUME_NONNULL_END
BMKBaseMarker.h
BMKTextStyle.h
BMKBaseMarker
Definition
BMKBaseMarker.h:19
BMKTextMarker
Definition
BMKTextMarker.h:15
BMKTextMarker::style
BMKTextStyle * style
Definition
BMKTextMarker.h:16
BMKTextMarker::text
NSString * text
Definition
BMKTextMarker.h:15
BMKTextStyle
文本样式
Definition
BMKTextStyle.h:19
制作者
1.10.0