Trace route using Google Maps
Remember to add the API KEY (Google Places API enabled) into your AndroidManifest.xml 👍 :
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="XXXXXXXXXXXXXXXXXXXXXXXXXX" />
</application>
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Trace route using Google Maps
Remember to add the API KEY (Google Places API enabled) into your AndroidManifest.xml 👍 :
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="XXXXXXXXXXXXXXXXXXXXXXXXXX" />
</application>