koushikDeb / AR_Navigation

6 stars 1 forks source link

where to insert geocoding api #8

Open sanjalp opened 1 year ago

sanjalp commented 1 year ago

please tell me where to add the api key. Please mention it in the readme file.

gifandadelasty commented 10 months ago

on AndroidManifest.xml write an API KEY on:

<meta-data android:name="com.google.android.geo.API_KEY" android:value="ADD_YOUR_API_KEY_HERE" />