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