maps-ktx / com.google.maps.android.ktx / com.google.android.gms.maps.GoogleMap / addGroundOverlay

addGroundOverlay

inline fun GoogleMap.addGroundOverlay(optionsActions: GroundOverlayOptions.() -> Unit): GroundOverlay?

Adds a GroundOverlay to this GoogleMap using the function literal with receiver optionsActions.

Return
the added Circle