On Sep 24, 7:28 am, Rafi Istanbulian <[email protected]> wrote: > Hello, I was wondering if it possible to Create a data file, and > continuously update, modify, add or remove data from the file, the > data is basically Locations that users can search for, from a search > bar, and the result is an address that will be displayed on map,
Yes. Here's an example with XML file: http://econym.org.uk/gmap/basic3.htm A database would almost certainly be better since you are continuously altering it. Tutorial with database: http://code.google.com/apis/maps/articles/phpsqlajax.html > and > then select another location to get driving directions to that found > location. Yes. But one step at a time, perhaps? Bear in mind that such a project isn't a trivial exercise. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
