Swiftgram/LegacyComponents/TGLocationMapView.h
Ilya Laktyushin 1779500354 no message
2017-10-02 20:01:11 +03:00

18 lines
483 B
Objective-C

#import <MapKit/MapKit.h>
@interface TGLocationMapView : MKMapView
@property (nonatomic, copy) void(^singleTap)(void);
@property (nonatomic, copy) bool(^customAnnotationTap)(CGPoint);
@property (nonatomic, assign) bool longPressAsTapEnabled;
@property (nonatomic, assign) bool tapEnabled;
@property (nonatomic, assign) bool manipulationEnabled;
@property (nonatomic, assign) bool allowAnnotationSelectionChanges;
@property (nonatomic, assign) UIEdgeInsets compassInsets;
@end