-
public final class MapViewKt
-
-
Method Summary
Modifier and Type Method Description final static GoogleMapawaitMap(MapView $self)A suspending function that provides an instance of GoogleMap from this MapView. -
-
Method Detail
-
awaitMap
final static GoogleMap awaitMap(MapView $self)
A suspending function that provides an instance of GoogleMap from this MapView. This is an alternative to MapView.getMapAsync by using coroutines to obtain the GoogleMap.
-
-
-
-