MaplyOvlDebugImageLoaderInterpreter
Objective-C
@interface MaplyOvlDebugImageLoaderInterpreter : MaplyImageLoaderInterpreter
Swift
class MaplyOvlDebugImageLoaderInterpreter : MaplyImageLoaderInterpreter
This loader interpreter sticks a designator in the middle of tiles and a line around the edge. Nice for debugging.
-
Undocumented
Declaration
Objective-C
- (instancetype __nonnull)initWithViewC:(NSObject<MaplyRenderControllerProtocol> * __nonnull)viewC;
Swift
init(viewC: NSObjectProtocol & MaplyRenderControllerProtocol)