I've started a project using both the maps and search apis along with
the epoly extension.   I wanted to try using the jsapi script call to
load both apis with just one script call instead of two, e.g:
<script src="http://www.google.com/jsapi?key=...></script>

then:

  google.load("maps", "2");
  google.load("search", "1");
but the epoly module is causing the error 'GPolygon is undefined' when
it tries to load, here's my link:

http://www.geomidpoint.com/test/index4.html

However, it works fine if I use 2 script calls, as at this link:

http://www.geomidpoint.com/test/index3.html

Can somebody tell me what's causing the error, and is there any
solution short of using 2 script calls?.





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