NTMapInteractionInfo
@interface NTMapInteractionInfo : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
A container class that provides information about a map interaction performed from UI.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;Parameters
objectThe reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;Return Value
The hash value of this object.
-
Returns true if the interaction included a map pan action.
Declaration
Objective-C
- (BOOL)isPanAction;Return Value
True if the interaction included a map pan action.
-
Returns true if the interaction included a zoom action.
Declaration
Objective-C
- (BOOL)isZoomAction;Return Value
True if the interaction included a zoom action.
-
Returns true if the interaction included a rotate action.
Declaration
Objective-C
- (BOOL)isRotateAction;Return Value
True if the interaction included a rotate action.
-
Returns true if the interaction included a tilt action.
Declaration
Objective-C
- (BOOL)isTiltAction;Return Value
True if the interaction included a tilt action.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTMapInteractionInfo Class Reference