The recommendation is to keep only one instance of an InfoWindow, and change its position/anchor and content as necessary.
You can set the content of the InfoWindow to any HTML or DOM node you choose. Chris On Wed, Jan 5, 2011 at 6:48 AM, Mike Carlyon <[email protected]> wrote: > yes, that worked! THANKS! you guys are a huge help. > Does anybody have any good recommendations for adding the info windows with > text and pics? > I am going to be putting in a little over 100 markers. > > > On Mon, Jan 3, 2011 at 10:07 PM, Chris Broadfoot <[email protected]> wrote: > >> Doesn't seem to work for me in Chrome either. My guess is a issue with >> webkit. >> >> Try setting a height in a unit other than percent. My guess is the >> container of the map_canvas div has no height. >> >> change: >> #map_canvas { height: 75% } >> >> to >> #map_canvas { height: 400px } >> >> Chris >> >> On Tue, Jan 4, 2011 at 2:42 PM, Mike Carlyon <[email protected]> wrote: >> >>> Here is a link. >>> http://www.miracleparkplace.com/index/pinMAPgallery.htm >>> >>> It works in IE8 and firefox but it doesnt seem to work in safari (ipad). >>> and when I add the info window code the map stops working in everything. >>> >>> On Mon, Jan 3, 2011 at 5:16 PM, [email protected] < >>> [email protected]> wrote: >>> >>>> On Jan 3, 2:56 pm, BMC <[email protected]> wrote: >>>> > I am trying to set up an api map v3 on my company's webpage but i >>>> > can't get it to come up on our ipad. >>>> > Is it true that you no longer need a key on the v3? >>>> >>>> Yes that is true, no key is required for v3. >>>> >>>> > This is just the base map that i want to build from, adding markers >>>> > and info windows with pictures. I left out the rest of the page. >>>> >>>> Please don't post code, post a link to the page: >>>> http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e >>>> >>>> > >>>> > Am I writing the code wrong? I am a novice. Please, any feedback >>>> > will help. >>>> >>>> > <div id="map_canvas" style="width:100%; height:75%"></div> >>>> >>>> You might try a fixed size map div, that has fewer pitfalls for the >>>> unwary. >>>> >>>> Does it work everywhere else and just fail on the ipad, or does it >>>> fail in other browsers on other operating systems? >>>> What javascript errors do you get (if any)? >>>> >>>> -- Larry >>>> >>>> -- >>>> 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 >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<google-maps-js-api-v3%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >>>> >>>> >>> -- >>> 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 >>> [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<google-maps-js-api-v3%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >>> >> >> -- >> 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 >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-maps-js-api-v3%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >> > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- 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 [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-js-api-v3?hl=en.
