scheduleRepaint

abstract fun scheduleRepaint()

A callback that notifies the client that the map contains updated information, and thus requires a new render to be scheduled. Note: this callback might be invoked from different threads and it blocks rendering, so clients shall avoid performing any extra operations in this callback.