You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro
33
33
## Requirements
34
34
35
35
* Android API level 21+
36
-
- An [API key][api-key]
36
+
*[Sign up with Google Maps Platform]
37
+
* A Google Maps Platform [project] with the **Maps SDK for Android** enabled
38
+
* An [API key] associated with the project above
37
39
38
40
## Installation
39
41
@@ -56,24 +58,21 @@ dependencies {
56
58
57
59
This repository includes a [sample app](demo) that illustrates the use of this library.
58
60
59
-
To run the demo app, you'll have to:
60
-
61
-
1.[Sign up for Google Maps Platform ][gmp-start]
62
-
1.[Get a Maps API key][api-key]
61
+
To run the demo app, ensure you've met the requirements above then:
62
+
1. Clone the repository
63
63
1. Add a file `local.properties` in the root project (this file should *NOT* be under version control to protect your API key)
64
-
1. Add a single line to `local.properties` that looks like `MAPS_API_KEY=YOUR_API_KEY`, where `YOUR_API_KEY` is the API key you obtained in the first step
64
+
1. Add a single line to `local.properties` that looks like `MAPS_API_KEY=YOUR_API_KEY`, where `YOUR_API_KEY` is the API key you obtained earlier
65
65
1. Build and run the `debug` variant for the Maps SDK for Android version
66
66
67
67
## Documentation
68
68
69
69
See the [documentation] for a full list of classes and their methods.
70
70
71
-
## Usage
72
-
73
71
Full guides for using the utilities are published in
0 commit comments