On Nov 18, 1:26 pm, Daniish <[EMAIL PROTECTED]> wrote: > I would like to add a button to my infowindow to center the map on > another marker and open its infowindow - please can you tell me what > the general syntax is for this?
<input type="button" value="Click me" onclick="myFunctionToRecentre ()"> Naturally you need to have a real function which will do want you want. It's possible you already have a function which recentres and opens an infowindow, in which case you could use that. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
