﻿//Denna fil innehåller gemnsamma google-maps-functioner och bör kallas efter att google-maps API:et kallats



var blueIcon = new GIcon(G_DEFAULT_ICON);
blueIcon.image = "http://skidresultat.se/img/blank.png";
var blueIcon2 = new GIcon(G_DEFAULT_ICON);
blueIcon2.image = "http://skidresultat.se/img/blank_light.png";


var smallIcon = new GIcon();
smallIcon.image = "http://skidresultat.se/img/marker_small.png";
smallIcon.iconSize = new GSize(10, 17);
smallIcon.iconAnchor = new GPoint(5, 17);
smallIcon.infoWindowAnchor = new GPoint(5, 3);



var maps_marker_club1 = new GIcon(G_DEFAULT_ICON);
maps_marker_club1.image = "img/marker_ski1.png";
maps_marker_club1.iconSize = new GSize(27, 33);
maps_marker_club1.shadow = "img/marker_ski1_s.png";
maps_marker_club1.shadowSize = new GSize(38, 35);
maps_marker_club1.iconAnchor = new GPoint(8,32);

var maps_marker_comp1 = new GIcon(G_DEFAULT_ICON);
maps_marker_comp1.image = "img/marker_ski1.png";
maps_marker_comp1.iconSize = new GSize(27, 33);
maps_marker_comp1.shadow = "img/marker_ski1_s.png";
maps_marker_comp1.shadowSize = new GSize(38, 35);
maps_marker_comp1.iconAnchor = new GPoint(8,32);

var maps_marker_comp2 = new GIcon(G_DEFAULT_ICON); //liten ikon
maps_marker_comp2.image = "img/marker_ski2.png";
maps_marker_comp2.iconSize = new GSize(14, 17);
maps_marker_comp2.shadow = "img/marker_ski2_s.png";
maps_marker_comp2.shadowSize = new GSize(19, 18);
maps_marker_comp2.iconAnchor = new GPoint(4,16);
