BaiduMap_IOSSDK_v6.6.7_Docs  6.6.7
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 
15 @property (nonatomic, readonly) BMKTextPathMarker *marker;
16 
20 - (nullable instancetype)initWithMarker:(BMKTextPathMarker *)marker;
21 @end
22 
23 NS_ASSUME_NONNULL_END
BMKGeometryView
该类定义了一个用opengl绘制geometry的基类
Definition: BMKGeometryView.h:14
BMKTextPathMarker.h
BMKTextPathMarkerView
Definition: BMKTextPathMarkerView.h:14
BMKTextPathMarkerView::marker
BMKTextPathMarker * marker
该View对应的marker覆盖物
Definition: BMKTextPathMarkerView.h:15
BMKTextPathMarker
Definition: BMKTextPathMarker.h:20
BMKGeometryView.h