Guest User

Untitled

a guest
Apr 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. var myIcon = new GIcon();
  2. myIcon.image = 'markers/image.png';
  3. myIcon.printImage = 'markers/printImage.gif';
  4. myIcon.mozPrintImage = 'markers/mozPrintImage.gif';
  5. myIcon.iconSize = new GSize(64,64);
  6. myIcon.shadow = 'markers/shadow.png';
  7. myIcon.transparent = 'markers/transparent.png';
  8. myIcon.shadowSize = new GSize(96,64);
  9. myIcon.printShadow = 'markers/printShadow.gif';
  10. myIcon.iconAnchor = new GPoint(32,64);
  11. myIcon.infoWindowAnchor = new GPoint(32,0);
  12. myIcon.imageMap = [35,5,39,6,42,7,45,8,47,9,49,10,56,11,56,12,56,13,55,14,55,15,55,16,55,17,54,18,54,19,54,20,53,21,60,22,61,23,61,24,61,25,54,26,54,27,53,28,60,29,63,30,63,31,62,32,62,33,58,34,59,35,60,36,61,37,61,38,61,39,61,40,60,41,59,42,59,43,58,44,58,45,57,46,52,47,52,48,59,49,60,50,60,51,58,52,52,53,51,54,50,55,49,56,48,57,46,58,45,59,17,59,15,58,13,57,13,56,13,55,14,54,15,53,15,52,16,51,15,50,15,49,14,48,14,47,14,46,14,45,12,44,12,43,13,42,15,41,14,40,14,39,13,38,12,37,12,36,11,35,11,34,10,33,9,32,8,31,8,30,7,29,7,28,6,27,6,26,5,25,5,24,4,23,4,22,3,21,3,20,2,19,2,18,1,17,0,16,0,15,0,14,7,13,9,12,10,11,12,10,14,9,16,8,18,7,22,6,26,5];
  13. Some further reading
Add Comment
Please, Sign In to add comment