BaiduMap_IOSSDK_v6.6.5_Docs
6.6.5
载入中...
搜索中...
未找到
BaiduMapAPI_Map.framework
Headers
BMKTextPathMarkerView.h
浏览该文件的文档.
1
//
2
// BMKTextPathMarkerView.h
3
// MapComponent
4
//
5
// Created by zhaoxiangru on 2024/3/11.
6
// Copyright © 2024 Baidu. All rights reserved.
7
//
8
9
#import "
BMKGeometryView.h
"
10
#import "
BMKTextPathMarker.h
"
11
NS_ASSUME_NONNULL_BEGIN
12
13
@interface
BMKTextPathMarkerView
:
BMKGeometryView
15
@property
(nonatomic, readonly)
BMKTextPathMarker
*
marker
;
16
20
- (nullable instancetype)initWithMarker:(
BMKTextPathMarker
*)
marker
;
21
@end
22
23
NS_ASSUME_NONNULL_END
BMKGeometryView.h
BMKTextPathMarker.h
BMKGeometryView
该类定义了一个用opengl绘制geometry的基类
Definition
BMKGeometryView.h:14
BMKTextPathMarker
Definition
BMKTextPathMarker.h:20
BMKTextPathMarkerView
Definition
BMKTextPathMarkerView.h:14
BMKTextPathMarkerView::marker
BMKTextPathMarker * marker
该View对应的marker覆盖物
Definition
BMKTextPathMarkerView.h:15
制作者
1.10.0