my idea to collect google map data to mysql is only to use power of "like %%" statement in mysql
with mysql query just give like %some_name% parameter everything with some_name will display,so we do not have to memorize detailed street names data we want to collect just street name with lat/lng . do you have any idea to implementation? On Thu, Jun 3, 2010 at 3:22 PM, Rossko <[email protected]> wrote: > > I have plan to save all street name in my town and save those name and > > center lat/lng to mysql database is this possible? how i can do? > > Of course it is possible. Which part did you want help with? > Data collection? That might involve a bicycle and a notebook for > example. If you were planning on scraping Google's database and > making your own copy, you would probably be breaking the terms of > use. OpenStreetMap may be more useful to you. Depending which town, > your data may be useful to OSM as well. > > There are lots of tutorials out there about creating and maintaining > MySQL databases. You don't mention maps at all, but if you are > planning on having a map display your data there are examples for that > too ; but we do need a bit more detail. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
