TencentMapSDK_iOS_3D_v6.4.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
QAnnotationView的layer. 基于CALayer扩展了自定义能力
定义 QAnnotationViewLayer.h:15
CGPoint coordinate
坐标平移动画的keyPath, animatable x 表示 latitude y 表示 longitude
定义 QAnnotationViewLayer.h:21