-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathgoogle_maps_api.xml
More file actions
19 lines (14 loc) · 938 Bytes
/
google_maps_api.xml
File metadata and controls
19 lines (14 loc) · 938 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=E5:7C:3D:41:11:F1:20:4D:A2:A3:B1:42:3E:F2:65:94:57:A9:BB:23%3Bcom.example.calvin.pbd
You can also add your credentials to an existing key, using this line:
E5:7C:3D:41:11:F1:20:4D:A2:A3:B1:42:3E:F2:65:94:57:A9:BB:23;com.example.calvin.pbd
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">AIzaSyCxJWcNKZqNKxbq4sQffmBaxHogZSaapCQ</string>
</resources>