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.


On Jun 24, 1:07 am, Gary Little <[email protected]> wrote:
> Check out my new MarkerWithLabel class. You can find a pointer to it
> at the bottom of this page:
>
> http://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries
>
> Gary
>
> On Jun 3, 3:11 pm, Kurteknikk <[email protected]> wrote:
>
> > I really need to havelabeledmarkers in this application i'm doing.
> > My problem is that i'm using API v3 and its a must so i need to have a
> > solution to have alabeledmarkerin google maps api v3.
>
> > I'm still not sure howcome such simple functionality is not available
> > by default, like for example apart from title, eachmarkerwill just
> > have a label property which will hold html so it will be easily
> > styleable using css.
>
> > I would like to get more information about this, maybe if there's a
> > reason why its not included, and at least how can i achieve this
> > result using gmaps api v3, thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to