On Oct 16, 10:25 am, designtheweb <[EMAIL PROTECTED]> wrote:
>
> Any ideas?

You haven't added it.

In the "starter" code, this function creates the map:

    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(37.4419, -122.1419), 13);
      }
    }

and all that does is create a map and centre it. Nothing else. Note
that after the code example, the page does have "Check out the API
documentation for more information." with a link to
http://code.google.com/apis/maps/documentation/ -- there are demos and
examples there.

You'll also need Mike's tutorial: http://econym.org.uk/gmap/ The first
dozen lines or so on the home page are very important, particularly
the line in bold.

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

  • SLIDER BAR designtheweb
    • Re: SLIDER BAR warden [Andrew Leach - Maps API Guru]

Reply via email to