setGoogleMap

@UiThread
fun setGoogleMap(@NonNull googleMap: GoogleMap, @NonNull view: View)

Sets the Google Map and its parent view

Parameters

googleMap

The GoogleMap object

view

The View the map is child of

Throws

if this wasn't invoked from the UI Thread