BaiduMap_IOSSDK_v6.6.5_Docs
6.6.5
载入中...
搜索中...
未找到
BaiduMapAPI_Map.framework
Headers
BMKMapTouch.h
浏览该文件的文档.
1
//
2
// BMKMapTouch.h
3
// MapComponent
4
//
5
// Created by zhaoxiangru on 2024/10/15.
6
// Copyright © 2024 Baidu. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
@interface
BMKMapTouch
: NSObject
14
@property
(nonatomic, assign) CGPoint
touchPoint
;
15
@property
(nonatomic, assign) NSUInteger
tapCount
;
16
@end
17
18
NS_ASSUME_NONNULL_END
BMKMapTouch
Definition
BMKMapTouch.h:14
BMKMapTouch::tapCount
NSUInteger tapCount
Definition
BMKMapTouch.h:15
BMKMapTouch::touchPoint
CGPoint touchPoint
Definition
BMKMapTouch.h:14
制作者
1.10.0