We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91986c commit 8a8750fCopy full SHA for 8a8750f
maps-compose/src/main/java/com/google/maps/android/compose/GoogleMap.kt
@@ -167,7 +167,6 @@ public fun GoogleMap(
167
modifier = modifier,
168
factory = { context ->
169
MapView(context, googleMapOptionsFactory()).also { mapView ->
170
- MapsApiSettings.addInternalUsageAttributionId(context, AttributionId.VALUE)
171
val componentCallbacks = object : ComponentCallbacks2 {
172
override fun onConfigurationChanged(newConfig: Configuration) {}
173
0 commit comments