TencentNavKit
TNKWaypointMarkerPresentation.h
Go to the documentation of this file.
1//
2// TNKWaypointMarkerPresentation.h
3// TencentNavKit
4//
5// Created by mol on 2022/12/23.
6// Copyright © 2022 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <UIKit/UIKit.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
15@interface TNKWaypointMarkerPresentation : NSObject
16
20@property (nonatomic, strong, nullable) UIImage *bubbleImage;
21
22@end
23
24NS_ASSUME_NONNULL_END
途经点配置类
Definition: TNKWaypointMarkerPresentation.h:16
UIImage * bubbleImage
设置起气泡图标. 设置为nil则隐藏默认资源.
Definition: TNKWaypointMarkerPresentation.h:20