-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle_maps_api.xml
More file actions
26 lines (19 loc) · 1.05 KB
/
google_maps_api.xml
File metadata and controls
26 lines (19 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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=40:46:65:1A:A8:7F:75:E8:17:B7:50:2B:CB:60:9D:C7:E0:1E:43:0D%3Bcom.humble.googlemapsdemo
You can also add your credentials to an existing key, using these values:
Package name:
40:46:65:1A:A8:7F:75:E8:17:B7:50:2B:CB:60:9D:C7:E0:1E:43:0D
SHA-1 certificate fingerprint:
40:46:65:1A:A8:7F:75:E8:17:B7:50:2B:CB:60:9D:C7:E0:1E:43:0D
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">
AIzaSyDZL_TX3s..............................
</string>
</resources>