search for: ganchorpoint

Displaying 1 result from an estimated 1 matches for "ganchorpoint".

2009 Nov 06
0
r54 committed - ...
...) { var options = {}; + + // do we have an Anchor? + var ax = 0; // anchor x + var ay = 0; // anchor y + + if (this.iconAnchor) { + ax = this.iconAnchor[0]; + ay = this.iconAnchor[1]; + } + var gAnchorPoint = new google.maps.Point(ax,ay); + if (this.iconUrl) { - options.icon = new google.maps.MarkerImage(this.iconUrl); - if (typeof(this.iconShadowUrl) != ''undefined'') { - options.shadow = new google.maps.MarkerImage(this.iconShadowUrl); + options.icon = new googl...