Hello,
I convert my application from V2 to V3, so I try to use Utility
library for markermanager.
My problem is just in the source calling, I write :
<script type="text/javascript">
document.write('<script language="JavaScript" src="http://
code.google.com/p/google-maps-utility-library-v3/source/browse/tags/
markermanager/1.0/src/markermanager'+
(document.location.search.indexOf('packed') > -1 ? '_packed' : '') +
'.js"><' + '/script>');
</script>
or
<script type="text/javascript">
document.write('<script language="JavaScript" src="http://
code.google.com/p/google-maps-utility-library-v3/source/browse/tags/
markermanager/1.0/src/markermanager.js"><' + '/script>');
</script>
or
<script language="JavaScript" src="http://code.google.com/p/google-
maps-utility-library-v3/source/browse/tags/markermanager/1.0/src/
markermanager.js"></script>
but without success.
Thanks
--
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.