Wasn't it warden [Andrew Leach - Maps API Guru] who wrote:
>
>On Sep 1, 10:53 pm, Mesquite Christmas <[EMAIL PROTECTED]>
>wrote:
>> That
>> code is from the example that was posted from the link.
>
>Are you sure? Those lines don't appear in the example link given so
>far. Mike uses a helper function.
>
>Anyway, do you see a difference between these two lines?
>         marker.openInfoWindowHtml("Example Spot 1");
>         marker.openInfoWindowHtml(Example Spot 2");
>
>Sorry if all this seems deliberately difficult, but I suppose it is
>deliberate :-)

I wouldn't have thought that he'd get anywhere near that line.

      GEvent.addListener(marker, "click", function() {
should fail because "marker" is never defined.

      map.addOverlay(marker);
should fail because "map" doesn't get defined until the load() function
is executed.

-- 
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


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