BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
载入中...
搜索中...
未找到
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"
11NS_ASSUME_NONNULL_BEGIN
12
15@property (nonatomic, readonly) BMKTextPathMarker *marker;
16
20- (nullable instancetype)initWithMarker:(BMKTextPathMarker *)marker;
21@end
22
23NS_ASSUME_NONNULL_END
该类定义了一个用opengl绘制geometry的基类
Definition BMKGeometryView.h:14
Definition BMKTextPathMarker.h:20
Definition BMKTextPathMarkerView.h:14
BMKTextPathMarker * marker
该View对应的marker覆盖物
Definition BMKTextPathMarkerView.h:15