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 0036a3e commit ca150a1Copy full SHA for ca150a1
kmp-maps/src/commonMain/kotlin/com/swmansion/kmpmaps/Map.kt
@@ -51,14 +51,7 @@ import androidx.compose.ui.Modifier
51
* ```xml
52
* <meta-data
53
* android:name="com.google.android.geo.API_KEY"
54
- * android:value="${MAPS_API_KEY}" />
55
- * ```
56
- *
57
- * You can also set it directly:
58
- * ```xml
59
- * <meta-data
60
- * android:name="com.google.android.geo.API_KEY"
61
- * android:value="YOUR_API_KEY_HERE" />
+ * android:value="YOUR_API_KEY" />
62
* ```
63
*
64
* ### iOS - Apple Maps
0 commit comments