BaiduMap_IOSSDK_v6.5.5doc_Docs
6.5.5
BaiduMapAPI_Map.framework
Headers
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
12
NS_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
32
NS_ASSUME_NONNULL_END
33
#endif
/* __BMKFlyingGestureRecognizer_H__ */
-[BMKFlyingGestureRecognizer resetParameters]
void resetParameters()
BMKFlyingGestureRecognizer::speed
CGFloat speed
Definition:
BMKFlyingGestureRecognizer.h:25
BMKFlyingGestureRecognizer::endFlyingPoint
CGPoint endFlyingPoint
Definition:
BMKFlyingGestureRecognizer.h:21
BMKFlyingGestureRecognizer
Definition:
BMKFlyingGestureRecognizer.h:18
制作者
1.8.20