高德地图SDK(导航) V11.2.000
Loading...
Searching...
No Matches
MAUserLocationRepresentation.h
Go to the documentation of this file.
1//
2// MAUserLocationRepresentation.h
3// MAMapKit
4//
5// Created by shaobin on 16/12/27.
6// Copyright © 2016年 Amap. All rights reserved.
7//
8
9#import "MAConfig.h"
10#import <Foundation/Foundation.h>
11#import <UIKit/UIKit.h>
12
13#define kAccuracyCircleDefaultColor [UIColor colorWithRed:136/255.0 green:166/255.0 blue:227/255.0 alpha:.3]
14
17@interface MAUserLocationRepresentation : NSObject
18
21@property (nonatomic, assign) BOOL showsAccuracyRing;
24@property (nonatomic, assign) BOOL showsHeadingIndicator;
27@property (nonatomic, strong) UIColor *fillColor;
30@property (nonatomic, strong) UIColor *strokeColor;
33@property (nonatomic, assign) CGFloat lineWidth;
34
37@property (nonatomic, strong) UIColor *locationDotBgColor;
40@property (nonatomic, strong) UIColor *locationDotFillColor;
43@property (nonatomic, assign) BOOL enablePulseAnnimation;
46@property (nonatomic, strong) UIImage* image;
47
48@end
Definition MAUserLocationRepresentation.h:18
BOOL enablePulseAnnimation
Definition MAUserLocationRepresentation.h:43
BOOL showsAccuracyRing
Definition MAUserLocationRepresentation.h:21
UIColor * strokeColor
Definition MAUserLocationRepresentation.h:30
UIColor * locationDotFillColor
Definition MAUserLocationRepresentation.h:40
UIImage * image
Definition MAUserLocationRepresentation.h:46
UIColor * fillColor
Definition MAUserLocationRepresentation.h:27
UIColor * locationDotBgColor
Definition MAUserLocationRepresentation.h:37
CGFloat lineWidth
Definition MAUserLocationRepresentation.h:33
BOOL showsHeadingIndicator
Definition MAUserLocationRepresentation.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。