La API de UI llamó a un hilo de fondo

DispatchQueue.main.async {
    //Do UI Code here. 
    //Call Google maps methods.
}
Clumsy Cod