10 #if MA_INCLUDE_OVERLAY_TILE
25 @property NSInteger minimumZ
__attribute((deprecated(
"Deprecated, calling has no effect. since 9.6.0")));
29 @property NSInteger maximumZ
__attribute((deprecated(
"Deprecated, calling has no effect. since 9.6.0")));
51 - (id)initWithURLTemplate:(NSString *)URLTemplate;
86 - (void)loadTileAtPath:(
MATileOverlayPath)path result:(
void (^)(NSData *tileData, NSError *error))result;
Definition: MATileOverlay.h:68
Definition: MABaseOverlay.h:14
Definition: MATileOverlay.h:18
BOOL canReplaceMapContent
Definition: MATileOverlay.h:37
NSInteger maximumZ __attribute((deprecated("Deprecated, calling has no effect. since 9.6.0")))
NSInteger minimumZ __attribute((deprecated("Deprecated, calling has no effect. since 9.6.0")))
CGSize tileSize
Definition: MATileOverlay.h:21
NSString * URLTemplate
Definition: MATileOverlay.h:33
BOOL disableOffScreenTileLoading
Definition: MATileOverlay.h:41
MATileOverlayPath.
Definition: MATileOverlay.h:56
NSInteger y
y坐标 y-coordinate
Definition: MATileOverlay.h:58
NSInteger x
x坐标 x-coordinate
Definition: MATileOverlay.h:57
NSInteger index
对应的下载url corresponding download URL
Definition: MATileOverlay.h:61
NSInteger z
缩放级别 zoom level
Definition: MATileOverlay.h:59
CGFloat contentScaleFactor
屏幕的scale factor screen's scale factor
Definition: MATileOverlay.h:60