10#if MA_INCLUDE_OVERLAY_TILE
21@property (nonatomic, assign) CGSize tileSize;
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")));
33@property (readonly) NSString *URLTemplate;
37@property (nonatomic) BOOL canReplaceMapContent;
41@property (nonatomic, assign) BOOL disableOffScreenTileLoading;
51- (id)initWithURLTemplate:(NSString *)URLTemplate;
56struct MATileOverlayPath{
60 CGFloat contentScaleFactor;
64typedef struct MATileOverlayPath MATileOverlayPath;
68@interface MATileOverlay (CustomLoading)
77- (NSURL *)URLForTilePath:(MATileOverlayPath)path;
86- (void)loadTileAtPath:(MATileOverlayPath)path result:(
void (^)(NSData *tileData, NSError *error))result;
93- (void)cancelLoadOfTileAtPath:(MATileOverlayPath)path;
Definition MABaseOverlay.h:14