1

I'm working on a Google Maps project for the 1st time and I've done a lot of reading and now I need to put it all together. I have PHP website and a mysql table of locations and I need to show a marker and some info for each location. I have already geocoded the locations so I have latitude & longtitude for each one. I've seen a number of things in the documentation pages but first I'd like to know if I can combine it all in one.

I would like to use the following options:

Also, I'd like to know what is best, to save all locations to an XML or pass them to the API dynamically each time the map is loaded?

1
  • So, erm what exactly is your question? How to put it all together? Why wouldn't you be able to combine them all into one? They're all part of the Google Maps API features. As for the XML, personally I'd use JSON. Good luck :) Commented Feb 2, 2012 at 13:47

1 Answer 1

2

In case you haven't read them already, I think the following articles can help you:

Using PHP/MySQL with Google Maps

Creating a Store Locator with PHP & MySQL

From Info Windows to a Database: Saving User-Added Form Data

Sign up to request clarification or add additional context in comments.

1 Comment

I've read them all, I just wanted to know the best way to go and if all the above can be combined into one map.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.