TencentMapSDK_iOS_3D_v6.7.0
QAnnotationViewLayer.h
1 //
2 // QAnnotationViewLayer.h
3 // QMapKit
4 //
5 // Created by tabsong on 17/5/21.
6 // Copyright © 2017年 tencent. All rights reserved.
7 //
8 
9 #import <QuartzCore/QuartzCore.h>
10 
14 @interface QAnnotationViewLayer : CALayer
15 
21 @property (nonatomic, assign) CGPoint coordinate;
22 
23 @end
QAnnotationViewLayer
QAnnotationView的layer. 基于CALayer扩展了自定义能力
Definition: QAnnotationViewLayer.h:15
QAnnotationViewLayer::coordinate
CGPoint coordinate
坐标平移动画的keyPath, animatable x 表示 latitude y 表示 longitude
Definition: QAnnotationViewLayer.h:21