MSFRasterTileClickInfo
Objective-C
@interface MSFRasterTileClickInfo : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Swift
class MSFRasterTileClickInfo : NSObject
A container class that provides information about a click performed on raster tile.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;Swift
func isEqual(_ object: Any!) -> BoolParameters
objectThe reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;Swift
func hash() -> UIntReturn Value
The hash value of this object.
-
Returns the click type.
Declaration
Objective-C
- (enum MSFClickType)getClickType;Swift
func getClickType() -> MSFClickTypeReturn Value
The type of the click performed.
-
Returns the click info.
Return Value
The attributes of the click.
-
Returns the tile id of the clicked feature.
Return Value
The tile id of the clicked feature.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()