jd-alexander / Google-Directions-Android

This project allows you to calculate the route between two locations and displays it on a map.
https://play.google.com/store/apps/details?id=com.directions.sample
MIT License
979 stars 394 forks source link

Do not work AutoComplete #59

Open tellfa opened 8 years ago

tellfa commented 8 years ago

I clone you project in android studio. but when search location in AutoCompleteTextView, show me this error : Error contacting API: how can fix this problem and show locations when write location names ?

jd-alexander commented 8 years ago

You have to ensure that you have the correct API keys included. Did you include the API keys from the Google Console in the app? On May 25, 2016 5:39 AM, "Mohammad" notifications@github.com wrote:

I clone you project in android studio. but when search location in AutoCompleteTextView, show me this error : Error contacting API: how can fix this problem and show locations when write location names ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/jd-alexander/Google-Directions-Android/issues/59

tellfa commented 8 years ago

I fix it, but i have this issue : http://stackoverflow.com/questions/37437885/bug-show-empty-google-map-in-android/37438245#37438245 . a few devices show map and many devices not show map! can you help me for this issue ?

I really need this help