learn from the Guru -->>http://econym.org.uk/gmap/basic1.htm

On Tue, Oct 21, 2008 at 6:30 PM, backpages <[EMAIL PROTECTED]> wrote:

>
> Perfect! Thank you very much. If I want to add two should I just do it
> like this:
>
>  function load() {
>      if (GBrowserIsCompatible()) {
>        var map = new GMap2(document.getElementById("map"));
>         map.setCenter(new GLatLng(33.96,-83.99), 5);
>                 map.addOverlay(new GMarker(new GLatLng(33.96,-83.99)));
>                 map.addOverlay(new GMarker(new
> GLatLng(36.145213,-86.81374)));
>      }
>    }
>
> Or is there a way to add 2 markers within on line of code?
>
> Thanks again!
> >
>

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