MBMMapIdle
@interface MBMMapIdle : NSObject
The map
has entered the idle state. The map
is idle when there are no ongoing
animations, transitions and the map
has rendered all requested non-volatile tiles
(e.g., live traffic tiles). The event will not be emitted if setUserAnimationInProgress
and / or setGestureInProgress
is set to true
.
The MapIdle
will also be emitted after expired resources are re-fetched and map
re-renders the new data.
-
Unavailable
Undocumented
Declaration
Objective-C
- (nonnull instancetype)init NS_UNAVAILABLE;
-
Unavailable
Undocumented
Declaration
Objective-C
+ (nonnull instancetype)new NS_UNAVAILABLE;
-
Undocumented
Declaration
Objective-C
- (nonnull instancetype)initWithTimestamp:(nonnull NSDate *)timestamp;
Swift
init(timestamp: Date)
-
The timestamp of the
MapIdle
event.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSDate *timestamp;
Swift
var timestamp: Date { get }