Greetings,
Firebug is issuing the following error when I try to use your class...
this[vb] is not a function
Heres my code:
var marker = new MarkerWithLabel({
position: new google.maps.LatLng(item.lat, item.lon),
map: map,
title:
item.name,
shadow: new google.maps.MarkerImage("/media/image/vendor/map/marker-
shadow.png",new google.maps.Size(65,78)),
icon: new google.maps.MarkerImage("/media/image/vendor/map/
marker-"+item.rootInt+".png",new google.maps.Size(65,78)),
labelContent: "4",
labelAnchor: new google.maps.Point(3, 30),
labelClass: "labels",
labelInBackground: false
});
I'm at a loss. Any help is appreciated.