Hello:

I'm just beginning to evaluate Google Maps for address
validation/verification purposes. For starters I'm just trying to get
a
basic example running. You can see the live code here:

http://castopulence.org/maps/test.xhtml

When I load the page in Firefox 4 (Linux) with Firebug open I get the
following error logged to the console:

Firebug console said:
> An attempt was made to use an object that is not, or is no longer,
> usable"  code: "11 http://maps.google.com/maps/api/js?sensor=false Line
> 9

It's the only error I get. The line in question doesn't make any
sense...
It's just a simple document.write('<s' + 'cript...'); line. The only
object involved is the document object (and the strings, of course).

The strange thing is that I didn't used to get this error.  Originally
my
test page failed when I attempted to instantiate one of the Maps API
classes because the constructors were undefined.

e.g., var geocoder = new google.maps.Geocoder();

As far as I can tell I'm including the correct <script> src... I must
be
doing /something/ wrong though because this demonstration page /does/
work:

http://code.google.com/apis/maps/documentation/javascript/examples/map-geolocation.html

(Here's a TinyURL for anybody that prefers it: http://tinyurl.com/3sxlufh)

It appears to be including the same script as me. The only other one
is
the gears script, but I haven't seen any mention of it elsewhere in
the
docs or tutorials on the Web...

AFAICT, I'm using the v3 API. I must be overlooking something silly,
but I
can't find it...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to