scheduleTask

abstract fun scheduleTask(@NonNull task: Task)

Requests client to schedule task to be executed on client's scheduling system. Note: Implementation of this method is required when client uses dedicated rendering thread other then the thread where Map instance is constructed. Note: Client must clean the pending tasks from the task queue after the renderer is destroyed.