> 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.

The one we're looking at still has GPoint.

> 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.

Yes, you have to centre the map to initialize it before you go
sticking more overlays on it.
It might be the root cause here, it's best done as early as possible
really - you can always recentre it again later.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to