Hi all,

I'm just starting on my Maps API journey.  Wish me well!  I bought the
book "Hacking Google Maps and Google Earth", and am studying their
companion source code.

So... it's my understanding that a larger zoom value brings the view
closer to the earth.  However, the following code, from the book, does
the opposite:

  function onLoad() {
    if (GBrowserIsCompatible()) {
    var map = new GMap(document.getElementById("map"));
    map.centerAndZoom(new GPoint(-0.64,52.909444), 0);
    }
  }

With zoom = 0, I should see the entire world.  Instead, I'm zoomed all
the way in.  Huh?

Your thoughts?

Thanks in advance!

Stu

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