BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
BMKFlyingGestureRecognizer.h
浏览该文件的文档.
1//
2// BMKFlyingGestureRecognizer.h
3// MapComponent
4//
5// Created by Xin,Qi on 2018/11/8.
6// Copyright © 2018 Baidu. All rights reserved.
7//
8#ifndef __BMKFlyingGestureRecognizer_H__
9#define __BMKFlyingGestureRecognizer_H__
10#import <UIKit/UIKit.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
17@interface BMKFlyingGestureRecognizer : UIPanGestureRecognizer
21@property (nonatomic, readonly, assign) CGPoint endFlyingPoint;
25@property (nonatomic, readonly, assign) CGFloat speed;
29- (void)resetParameters;
30@end
31
32NS_ASSUME_NONNULL_END
33#endif /* __BMKFlyingGestureRecognizer_H__ */
Definition BMKFlyingGestureRecognizer.h:18
CGPoint endFlyingPoint
Definition BMKFlyingGestureRecognizer.h:21
CGFloat speed
Definition BMKFlyingGestureRecognizer.h:25