What errors are thrown? The <div id='divMiniMap'> is generated by javascript and it seems that the div is not ready when the next line of javascript is trying to reach it.
A link would be very useful. On Mar 5, 8:46 am, shankar <[email protected]> wrote: > Hi All, > > I tried like this, > > map.openInfoWindowHtml(new GLatLng(30,25),"<div id='divMiniMap' > style='width:600px;height:350px;'></div>"); > map.getInfoWindow().show(); > var MiniMap = new GMap2($("divMiniMap")); > MiniMap.setCenter(new GLatLng(30,25), 6) > > but here the mini map does't get loaded first time. Plz help me.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
