MBMRenderFrameStarted
@interface MBMRenderFrameStarted : NSObject
The map
started rendering a frame.
Note: The map
will emit the event asynchronously so the user-provided callback
does not stall the rendering pipeline.
-
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 an event when the
map
started rendering the frame.Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSDate *timestamp;
Swift
var timestamp: Date { get }