Why am i getting a 'GIcon is not defined' on firefox? i'm using
version 2 of google map's api
var iconDealer = new GIcon();
iconDealer.image = './templates/core/img/dealer.png';
iconDealer.printImage = './templates/core/img/printDealer.gif';
iconDealer.mozPrintImage = './templates/core/img/mozPrintDealer.gif';
iconDealer.iconSize = new GSize(43,50);
iconDealer.shadow = './templates/core/img/dealer-shadow.png';
iconDealer.transparent = './templates/core/img/dealer-
transparent.png';
iconDealer.shadowSize = new GSize(68,50);
iconDealer.printShadow = './templates/core/img/dealer-
printShadow.gif';
iconDealer.iconAnchor = new GPoint(22,50);
iconDealer.infoWindowAnchor = new GPoint(22,0);
iconDealer.imageMap =
[27,2,36,3,37,4,39,5,39,6,40,7,40,8,40,9,41,10,41,11,41,12,41,13,41,14,41,15,41,16,41,17,41,18,41,19,41,20,41,21,41,22,41,23,41,24,41,25,41,26,41,27,41,28,41,29,41,30,41,31,41,32,41,33,40,34,40,35,40,36,39,37,38,38,37,39,35,40,32,41,30,42,28,43,27,44,25,45,19,45,17,44,16,43,15,42,13,41,10,40,8,39,6,38,5,37,5,36,4,35,4,34,4,33,4,32,4,31,4,30,4,29,4,28,4,27,3,26,3,25,3,24,3,23,3,22,3,21,3,20,3,19,3,18,3,17,4,16,4,15,4,14,4,13,4,12,4,11,4,10,4,9,4,8,5,7,5,6,6,5,7,4,9,3,18,2];
--
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.