List of all street and road names in Google in API
android, google-maps-api-3, gps
Solution
As far as I can find, Google does not provide a database of street names for public download, but this site does: Open Street Map
These databases are available for free download. They contain geographical information about the whole planet. I hope you find them useful.
Problem
Am doing a location based app.When using GPS, it provides with street names from Google API. When user need to enter it manually, for a autocomplete text view am in need of names of all street and roads in Google API. Where could i get all street and roads name which google API provides when using GPS? I ve searched everywhere but in vain :( Thanks in advance.