Skip to content
Jorgesys edited this page Mar 31, 2017 · 1 revision

Welcome to the Android-Route-Google-Maps wiki!

Trace routes using google maps.

Remember to add the API KEY into your AndroidManifest.xml 👍 :

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

if you need an API key for testing, contact me @ jorgesys12@gmail.com

Start app.

End position

Clone this wiki locally