-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle_maps_api.xml
More file actions
19 lines (14 loc) · 916 Bytes
/
Copy pathgoogle_maps_api.xml
File metadata and controls
19 lines (14 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<resources>
<!--
TODO: Before you run your application, you need a Google Maps API key.
To get one, follow this link, follow the directions and press "Create" at the end:
https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=C1:76:D4:8B:54:8C:D4:7F:1E:0C:A6:A4:9D:3E:E8:C7:E2:A1:3E:C6%3Bcom.dkpathak.android.map
You can also add your credentials to an existing key, using this line:
C1:76:D4:8B:54:8C:D4:7F:1E:0C:A6:A4:9D:3E:E8:C7:E2:A1:3E:C6;com.dkpathak.android.map
Alternatively, follow the directions here:
https://developers.google.com/maps/documentation/android/start#get-key
Once you have your key (it starts with "AIza"), replace the "google_maps_key"
string in this file.
-->
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">YOUR_KEY_HERE</string>
</resources>