MSFMapMoveInfo

Objective-C


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

Swift

class MSFMapMoveInfo : NSObject

The payload of the facade’s map.moved and map.stable events. The object API takes the same value as a plain argument; this exists because a facade event carries an object or nothing.

  • Checks if this object is equal to the specified object.

    Declaration

    Objective-C

    - (BOOL)isEqual:(id)object;

    Swift

    func isEqual(_ object: Any!) -> Bool

    Parameters

    object

    The 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() -> UInt

    Return Value

    The hash value of this object.

  • Returns what caused the movement.

    Declaration

    Objective-C

    - (enum MSFMapMoveReason)getReason;

    Swift

    func getReason() -> MSFMapMoveReason

    Return Value

    The reason for the movement.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;

    Swift

    func dealloc()