Is it possible to use the Prototype JavaScript library with Google Maps v3? I have been trying to upgrade an old Google maps webapp I wrote a while ago to v3 and am having all kinds of trouble with it. I have seen other forum posts telling people to find different ways of doing object inheritance with regards to prototyping in the JavaScript language, but nothing that seems relevant to the Prototype library.
I'm using <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> And with Prototype 1.6.1 I see the following errors: Error: a[b][rb] is not a function Source File: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/2/9/main.js Line: 21 Error: f.d is undefined Source File: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/2/9/main.js Line: 19 With the bleeding edge Prototype 1.7_rc3 I only get the latter error. Thanks for any help you can provide. -- 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.
