On Sep 18, 5:43 am, c <[EMAIL PROTECTED]> wrote: > I tried to make a map that covered the whole browser window and
You need to ensure that every element from <html> through <body> and down to your map div has height and width set to 100%, and margin and padding set to 0px. If you have a look at their CSS file you'll see they have done this. http://www.opx.co.uk/?css=styles/style.v.1218200822 You could probably have found that by searching the group, eg http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=height+100%25&qt_g=Search+this+group > rotated around a specific address. The map isn't rotated at all. But it is centred. Do that with map.setCenter(). See the documentation. If you know the address but not the location, you'll need to geocode it. Google Maps has a geocoder -- but only do a known address once, and then hard-code it. Don't get your users to geocode your address every time your page is opened. > (seriously: I apologize for being so incompetent.) Don't grovel. 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 -~----------~----~----~----~------~----~------~--~---
