> Might be worth looking at the parameters given to it then? > map.centerAndZoom(new GPoint(zoomlon,zoomlat),zoomlevel);
Here are the values (seem OK to me): zoomlon: -115.4241756735 zoomlat: 43.800798735 zoomlevel: 10 > I thought I'd seen a similar problem and solution described before, > but can't find it now. > Substitute GLatLng() but beware the lat and long are the other way > round. I changed to GLatLng and switched the lat long order, but I still get the gray background, and my code still stops at the centerAndZoom call. I should probably note that if I comment out the map.centerAndZoom line, I still just get the blank gray map, so the problem might be else where. But I'm not sure where because according to firebug, all values and function calls before map.centerAndZoom seem to be fine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
