NTTileLoadListener
@interface NTTileLoadListener : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Interface for monitoring tile loading events.
-
Listener method that gets called when all visible raster tiles have finished loading.
Declaration
Objective-C
- (void)onVisibleTilesLoaded;
-
Listener method that gets called when all visible raster tiles have finished loading.
Declaration
Objective-C
- (void)onVisibleTilesLoadedSwigExplicitNTTileLoadListener;
-
Listener method that gets called when all preloading raster tiles have finished loading. This method gets called after onVisibleTilesLoaded() and only if preloading is enabled.
Declaration
Objective-C
- (void)onPreloadingTilesLoaded;
-
Listener method that gets called when all preloading raster tiles have finished loading. This method gets called after onVisibleTilesLoaded() and only if preloading is enabled.
Declaration
Objective-C
- (void)onPreloadingTilesLoadedSwigExplicitNTTileLoadListener;
-
Undocumented
Declaration
Objective-C
-(id)init;
-
Undocumented
Declaration
Objective-C
-(void)dealloc;