I am trying to convert a method in my app to an async method. It is a method which loads a number of custom markers on Google Map view. I need to make this async so that the view displays instantly while the markers then load.I am trying to convert a method in my app to an