On 18 December 2010 03:35, Vicky <[email protected]> wrote: > Hi everyone! > > I'm having a "mysterious" (at least to me) issue with a map not fully > showing. The Google trade mark and zoom controls show ok, but the real > map only shows in one corner. Here's a picture of it: > http://tinyurl.com/3x9sr5v > > I've read many entries on this kind of issue, but I just don't > understand how to make the right changes for it to work. Could someone > help me with a fool-proof explanation?
Can't help with a fool-proof explanation because you provided a picture, not a link to your site. In the code which shows the map (which you didn't include in your snippet), you need to tell the API that it should resize the map, as implied in the documentation: "Developers should trigger this event on the map when the div changes size: google.maps.event.trigger(map, 'resize') ." -- 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.
