9 #import "MAMapKit/MAMapKit.h"
13 @property (nonatomic, assign) CGSize
size;
14 @property (nonatomic, assign) CGPoint
position;
17 @property (nonatomic, strong) UIImage*
image;
23 @property (nonatomic, readonly) CGSize minSize;
24 @property (nonatomic, readonly) CGSize maxSize;
40 typedef void(^CaptureResultBlock)(NSArray<MAMapSnapshotModel*> *resultImages, NSInteger state);
41 - (BOOL)captureBigPicture:(CGSize)pixelSize
42 topLeft:(CLLocationCoordinate2D)tl
43 topRight:(CLLocationCoordinate2D)tr
44 complete:(CaptureResultBlock)block;
57 typedef void(^Observer)(UIImage *resultImage, NSInteger state);
58 - (BOOL)capture:(CGSize)size
59 topLeft:(CLLocationCoordinate2D)tl
60 topRight:(CLLocationCoordinate2D)tr
61 complete:(Observer)block;
Definition: MAMapSnapshot.h:22
Definition: MAMapSnapshot.h:12
CGPoint position
Definition: MAMapSnapshot.h:14
UIImage * image
Definition: MAMapSnapshot.h:17
MAMapPoint trPoint
Definition: MAMapSnapshot.h:16
MAMapPoint tlPoint
Definition: MAMapSnapshot.h:15
CGSize size
Definition: MAMapSnapshot.h:13
Definition: MAMapView.h:98
Definition: MAGeometry.h:42