async library
Functions
-
runWithBlockUi<
T> (T callback()) → T -
Block the ui thread to ensure that the mapkit state does
not change until
callback
is completed.callback
must be synchronous function.
callback
is completed.
callback
must be synchronous function.