Hi, everything is possible. However, sometimes there is nobody who knows how to do it :)
Okay, how I understood your specs: a) You want to have a page with list of locations which are clickable - for example: Company "Foo" in city "bar" - click here for location! = this is doable, and I don´t think so, that you need API key. You can do this by specific URL which will lead straight to Google Maps b) the same as example a) but the location will be shown on your own map at the same page/domain - in that case you need API, I assume this is the way you want - I recommend you this tutorial, It should help you: http://code.google.com/apis/maps/articles/phpsqlajax.html It does the basics, but its good for start Pavel On Jul 21, 2:33 pm, opusrandy <[email protected]> wrote: > is it possible to have a single page, with just a list of addresses, > latitudes and longitudes, and then have the name of the location link > to a google maps page with just that one particular address on it? > And could I use the code that I am currently using on from this branch > locator that im working on? > > http://wesco.jp-clients.com/branch_locate/index.php > > To be more specific....We would like to use this same function, but > instead of entering a city or state name and radius to find MULTIPLE > locations....we are going to have a list of the locations by state, > probly being dynamically loaded from a database....and from there we > want the location name to link to another page that will just have > what is displayed on the link posted above....does this make sense? > and can anyone give me a nudge in the right direction? Thanks a lot. > > p.s. > > already have a API key and everything for my domain, just trying to > figure out the easiest and most painless way of accomplishing my goal. > THANKS!!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
