On Dec 1, 11:10 pm, bondy <[email protected]> wrote: > hi. this is my google maphttp://www.barudibali.com/bali-maps > > i wanna make my map automatically show the balloon/info of the marker > when location in left menu is clicked. > the function is like this : > > function setmap(lat,lang){ > if(lat && lang){ > var glatlng = new GLatLng(lat, lang); > location_marker = new GMarker(glatlng); > map.setCenter(glatlng, 15); > } > > } > > what should i add in this function? > noted that all markers information (latitude, logitude, html) has been > populated in the same page. please help. thanks
Have you seen Mike Williams' tutorial? http://econym.org.uk/gmap/ -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
