Tuesday, January 12, 2010

Google Map Populate From Mysql Populate A Google Map With Data From A Mysql Database?

Populate a google map with data from a mysql database? - google map populate from mysql

OK, I have a MySQL database with pieces of data (zip code) they have, I would like to appear on a Google map. I have an API, I have no idea how to prove it. It is for internal use at the moment (I want a visual, where our customers are the United States from zip), and must therefore not extravagant.

I know very little about the use of the API, but I have access to the database. Is it your imagination, or any other application simple tutorial that allowed me to show, just the data in a Google Map?

Thank you ~!

2 comments:

fixedins... said...

You must write the server code (CGI, Java, ASP, whatever that is) also the content. (Or use something like Ruby on Rails to the data delivery easier)

And you have to write client-side JavaScript code to the data on the card. (see link on the Google Maps API)

I hope that the data tables of longitude and latitude (if not, will have geocode), and whether to retrieve the latitude and longitude, and create gmarkers pairs on each item to be displayed.

The main classes of the API will need are GMap2 and GMarker GLatLong.

Happy Mapping!

fixedins... said...

You must write the server code (CGI, Java, ASP, whatever that is) also the content. (Or use something like Ruby on Rails to the data delivery easier)

And you have to write client-side JavaScript code to the data on the card. (see link on the Google Maps API)

I hope that the data tables of longitude and latitude (if not, will have geocode), and whether to retrieve the latitude and longitude, and create gmarkers pairs on each item to be displayed.

The main classes of the API will need are GMap2 and GMarker GLatLong.

Happy Mapping!

Post a Comment