On Jan 30, 3:33 pm, jsprague <[email protected]> wrote: > > The map doesn't fill the entire space and isn't centered.
I can't find the function googleMapPress(), but if you know where that is, add the line map.checkResize(); at the end of the function just before the final }. > I would also > like to remove the information bubble that has the address info in it. > I tried removing the line marker.openInfoWindowHtml(addrInfo); but > then the pin didn't even show up on the page. Just removing that line should work, and it probably did show up -- but the marker was located at the top left corner, so it was out of view. Using map.checkResize() should fix 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 -~----------~----~----~----~------~----~------~--~---
