Skip to content

Commit ca150a1

Browse files
authored
Map docs changes (#30)
1 parent 0036a3e commit ca150a1

File tree

1 file changed

+1
-8
lines changed
  • kmp-maps/src/commonMain/kotlin/com/swmansion/kmpmaps

1 file changed

+1
-8
lines changed

kmp-maps/src/commonMain/kotlin/com/swmansion/kmpmaps/Map.kt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,7 @@ import androidx.compose.ui.Modifier
5151
* ```xml
5252
* <meta-data
5353
* 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" />
54+
* android:value="YOUR_API_KEY" />
6255
* ```
6356
*
6457
* ### iOS - Apple Maps

0 commit comments

Comments
 (0)