Tubby> Thanks...I know the rule, but I figured I was making a simple
error that didn't require people to look through everything to see if
the source of the problem was in some extraneous code

Mike> Thanks a bunch, I knew it was something stupid. I just wanted to
do a quick hello world. Thanks, and thanks for all the tutorials
you've posted in the past.



On Sep 12, 8:53 pm, Mike Williams <[EMAIL PROTECTED]> wrote:
> 1. You can only do that inside your gooInitialize(), or at some later
> time when you're certain that gooInitialize() has been performed.
>
> If you just make those calls further down the same chunk of Javascript,
> then you fall foul of the asynchonicity, and execute that code before
> the API code fetch is complete.
>
> 2. var m = new google.maps.GMarker(pt); will fail with a similar error
> because "google.maps.Marker" is a constructor and "GMarker" is a
> constructor, but "google.maps.GMarker" isn't a constructor because it
> doesn't exist.
>
> --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 Google-Maps-API@googlegroups.com
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