The type of event to listen to.
The function that gets called when the event is fired.
Removes all tasks that have been queued.
Fire an event type.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Processes the pending Tasks of the underlying TaskQueue !! This should run at the end of the renderLoop, so the calculations of the available frame time are better estimated
the start time of the current frame, is used to calculate the still available time in the frame to process Tasks
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Sends a request to the MapView to redraw the scene.
Generated using TypeDoc
Adds a listener to an event type.