views:

34

answers:

3

I have an array of latitudes/longitudes and Descriptions that I want to display on a Google Map.

Does anyone know of an API (or even better a tutorial) that describes a good way to accomplish this or something similar using PHP and/or Javascript?

+2  A: 

http://code.google.com/apis/maps/index.html

SLaks
+1  A: 

The static maps API is the simplest to use. You can use PHP and cURL to grab the map you need with the data you have (latitude/longitude).

stillstanding
A: 

Google labss: Google fusion tables: then make those two lat/lon fields the "location"

google for the term: google fusion table map

Cups