高德地图SDK(导航) V11.2.0501
Loading...
Searching...
No Matches
MAHeatMapVectorOverlayRender.h
Go to the documentation of this file.
1//
2// MAHeatMapVectorOverlayRender.h
3// MAMapKit
4//
5// Created by ldj on 2019/7/26.
6// Copyright © 2019 Amap. All rights reserved.
7//
8#import "MAConfig.h"
9#if MA_INCLUDE_OVERLAY_HEATMAP
10
11#import "MAOverlayRenderer.h"
13
16@interface MAHeatMapVectorOverlayRender : MAOverlayRenderer
17
20@property (nonatomic, readonly) MAHeatMapVectorOverlay *heatOverlay;
21
30- (instancetype)initWithHeatOverlay:(MAHeatMapVectorOverlay *)heatOverlay;
31
32
39- (MAHeatMapVectorItem *)getHeatMapItem:(CLLocationCoordinate2D )coordinate;
40
41@end
42
43#endif
Definition MAOverlayRenderer.h:21
© 2017 高德信息技术有限公司 版权所有,保留所有权利。