tags:

views:

13

answers:

1

my code is written from http://stackoverflow.com/questions/1171433/jquery-xml-and-google-map Now all marker icons can be displayed at current google map. But now I want to add some function. When getting description of item (it will map to opposite icon) ,if user click this description, a hint will display near the map icon at google. I still can't how to start.I can get lat and lng of location. PS:some of markers will map to same point.

A: 

I try to google something at this link http://marcgrabanski.com/webroot/resources/jquery-ui-google-maps/tutorial-part1.html I want to combile these 2 programs.