MapClient

interface MapClient

Functions

scheduleRepaint
Link copied to clipboard
abstract fun scheduleRepaint()
A callback that notifies the client that the map contains updated information, and thus requires a new render to be scheduled.
scheduleTask
Link copied to clipboard
abstract fun scheduleTask(@NonNull task: Task)
Requests client to schedule task to be executed on client's scheduling system.