On Oct 31, 11:41 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I am very new to Google Maps, so I apologize in advance if my
> questions are extremely novice, but you have to start somewhere,
> right?  :)
>
> I have a map athttp://site426.mysite4now.net/eimpactweb/ococ/map.aspx.
> I'd like to browse to a particular zoom level and area that I want to
> set as the center of my map when it loads.  What is the best way to do
> that?
Change this line:
map.setCenter(new GLatLng(38.787543, -90.709133), 13);
per the documentation:
http://code.google.com/apis/maps/documentation/reference.html#GMap2.GMap2.setCenter

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