Hello,

I don't know if this can help but i see:

        bounds.extend(google.maps.LatLng(lat, lon));

it seems to me that it should be:
        bounds.extend(new google.maps.LatLng(lat, lon));

but maybe this is not the problem. I advise you to use firebug console.

Cheers



2010/6/4 jim <[email protected]>

> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

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