In v2 I did basically

make a map centered on 0,0 with zoom 0
create GlatLngBounds
read my data file
for each point
    create a marker
    bounds.extend(marker point)
endfor
set map zoom
set map center

I'm not doing a very good job of figuring it out in v3. My (broken)
code is here
http://jim.hollenback.org/Maps/HelloWorld.html

I would appreciate pointers what I should be looking for and/or
examples. I did not have much luck with the search.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to