yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

Using MapMarker 1.1 with the lates Maps 2 API produces a "GBounds not defined" error #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include the following 2 scripts tags on a blank HTML page:
<script type="text/javascript"
src="http://www.google.com/jsapi?key=<<KEY>>"></script>
    <script type="text/javascript"
src="http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/release
/src/markermanager.js"></script>

What is the expected output? What do you see instead?
No error should occur. 

What version of the product are you using? On what operating system?
MarkerManager 1.1
The latest version of the Google API

Ubuntu Linux 89.04
Firefox 3.0.11

Please provide any additional information below.
No code is required, simply including the latest version of each component
will produce the error.

Original issue reported on code.google.com by risingf...@gmail.com on 3 Jul 2009 at 6:07

GoogleCodeExporter commented 8 years ago
I can confirm this bug. Switching to version 1.0 uncompressed with a copyright 
note from 2007 doesn't help, 
either. Only using GMarkerManager, which is labeled as deprecated in the Google 
Maps API, is working, as far as 
I can tell. Also, I'm getting this error in Safari 4.0.4:

TypeError: Result of expression 'e.getMapGridBounds_' [undefined] is not a 
function.

Original comment by rike...@gmail.com on 13 Nov 2009 at 1:00