TencentNavKit
TNKODMarkerPresentation.h
Go to the documentation of this file.
1//
2// TNKODMarkerPresentation.h
3// TencentNavKit
4//
5// Created by mol on 2022/12/20.
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 TNKODMarkerPresentation : NSObject
16
20@property (nonatomic, strong, nullable) UIImage *bubbleImage;
21
25@property (nonatomic, strong, nullable) UIImage *circleImage;
26
27@end
28
29NS_ASSUME_NONNULL_END
起终点样式
Definition: TNKODMarkerPresentation.h:16
UIImage * circleImage
设置起终点圆盘图标. 设置为nil则隐藏默认资源.
Definition: TNKODMarkerPresentation.h:25
UIImage * bubbleImage
设置起终点气泡图标. 设置为nil则隐藏默认资源.
Definition: TNKODMarkerPresentation.h:20