On May 25, 10:59 pm, idmontague <[email protected]> wrote: > I am looking for help to do something similar to the Store Locator > example but instead of the search being based on an address and then > Google Maps converting that to a Lat/Lng, I have a mySQL db that has > the name of a film, and the Lat/Lng and want to do a search of the > film and return the locations on the map. Here is the link to what I > am working on:http://masgis.asu.edu/sandiego/search.htmlalso here is > a link to the data from the db:http://masgis.asu.edu/sandiego/Films.xml
The theory isn't very different from the store locator example. Instead of "stores within x miles of point y", you have "cinemas within x miles of point y" or even "cinemas showing film F within x miles of point y". It's just an extra constraint on the query. 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 -~----------~----~----~----~------~----~------~--~---
