elizarov
06/27/2017, 8:23 AMval mapAsync = async(context, CoroutineStart.LAZY) { ... your async code here to get the map ...  }fragment.mapAsync.await()kevinherron
06/27/2017, 1:22 PMelizarov
06/27/2017, 2:09 PMawaitawaitkevinherron
06/27/2017, 2:19 PM