source: extensions/rv_gmaps/trunk/template/markers/small_dot_blue.tpl @ 6609

Last change on this file since 6609 was 6609, checked in by rvelices, 14 years ago

rv_gmaps - start using google.maps JS namespace

  • Property svn:eol-style set to LF
File size: 389 bytes
Line 
1var icon = new google.maps.Icon();
2icon.image = "http://labs.google.com/ridefinder/images/mm_20_blue.png";
3icon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
4icon.iconSize = new google.maps.Size(12, 20);
5icon.shadowSize = new google.maps.Size(22, 20);
6icon.iconAnchor = new google.maps.Point(6, 20);
7icon.infoWindowAnchor = new google.maps.Point(5, 1);
8return icon;
Note: See TracBrowser for help on using the repository browser.