TencentMapSDK_iOS_3D_v4.3.4
QUserLocationPresentation.h
1 //
2 // QUserLocationPresentation.h
3 // QMapKit
4 //
5 // Created by tabsong on 2017/6/26.
6 // Copyright © 2017年 tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 
15 @interface QUserLocationPresentation : NSObject
16 
20 @property (nonatomic, strong) UIImage *icon;
21 
25 @property (nonatomic, strong) UIColor *circleFillColor;
26 
27 @end
UIColor * circleFillColor
定位圈的填充色.
Definition: QUserLocationPresentation.h:25
用户定位图标自定义样式类
Definition: QUserLocationPresentation.h:15
UIImage * icon
定位图标.
Definition: QUserLocationPresentation.h:20