MSFRasterTileEventListener
Objective-C
@interface MSFRasterTileEventListener : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Swift
class MSFRasterTileEventListener : NSObject
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:(MSFRasterTileClickInfo *)clickInfo;Swift
func onRasterTileClicked(_ clickInfo: MSFRasterTileClickInfo!) -> BoolParameters
clickInfoA 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)onRasterTileClickedSwigExplicitMSFRasterTileEventListener: (MSFRasterTileClickInfo *)clickInfo;Swift
func onRasterTileClickedSwigExplicitMSFRasterTileEventListener(_ clickInfo: MSFRasterTileClickInfo!) -> BoolParameters
clickInfoA 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;Swift
init!() -
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()