> I want to have a map/picture of the UK on my site with a pin on the > location of each of my forum members. Is there a way I can use google > maps to embed a map of the UK on there with a pin/marker on the > location of all my forum members by adding postcodes some how?
Sure. Start here http://code.google.com/apis/maps/documentation/javascript/ Much depends on how store your member data If you keep a simple XML file this might help http://www.geocodezip.com/v3_MW_example_map3.html If it were in a database this might help http://code.google.com/apis/maps/articles/phpsqlajax_v3.html Don't forget your map will need to be public if you want to use trhe API for free, which may have privacy implications for your members. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.