source: extensions/rv_gmaps/trunk/template/markers/small_bullet_orange.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: 269 bytes
Line 
1var icon = new google.maps.Icon();
2icon.image = "{$PLUGIN_ROOT_URL}/template/markers/small_bullet_orange.png";
3icon.iconSize = new google.maps.Size(11, 11);
4icon.iconAnchor = new google.maps.Point(5, 5);
5icon.infoWindowAnchor = new google.maps.Point(5, 0);
6return icon;
Note: See TracBrowser for help on using the repository browser.