BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
载入中...
搜索中...
未找到
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
11NS_ASSUME_NONNULL_BEGIN
12
13@interface BMKMapTouch : NSObject
14@property(nonatomic, assign) CGPoint touchPoint;
15@property(nonatomic, assign) NSUInteger tapCount;
16@end
17
18NS_ASSUME_NONNULL_END
Definition BMKMapTouch.h:14
NSUInteger tapCount
Definition BMKMapTouch.h:15
CGPoint touchPoint
Definition BMKMapTouch.h:14