September 2019
Beginner
512 pages
12h 52m
English
For the Android platform, we need to change the android/src/main/AndroidManifest.xml file and add a meta-data tag containing the API key we got from the Maps Console:
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.hands_on_maps"> <application ... > <meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR KEY HERE"/> </application></manifest>
Read now
Unlock full access