NTRasterTileEventListener


@interface NTRasterTileEventListener : NSObject {
  void *swigCPtr;
  BOOL swigCMemOwn;
}

Listener for raster tile element events like clicks etc.

  • Listener method that gets called when a click is performed on a raster tile. This method will NOT be called from the main thread.

    Declaration

    Objective-C

    - (BOOL)onRasterTileClicked:(NTRasterTileClickInfo *)clickInfo;

    Parameters

    clickInfo

    A container that provides information about the click.

    Return Value

    True if the click is handled and subsequent elements should not be handled. False if the next element should be called.

  • Listener method that gets called when a click is performed on a raster tile. This method will NOT be called from the main thread.

    Declaration

    Objective-C

    - (BOOL)onRasterTileClickedSwigExplicitNTRasterTileEventListener:
        (NTRasterTileClickInfo *)clickInfo;

    Parameters

    clickInfo

    A container that provides information about the click.

    Return Value

    True if the click is handled and subsequent elements should not be handled. False if the next element should be called.

  • Undocumented

    Declaration

    Objective-C

    -(id)init;
  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;