Hey guys,

This should be fixed now.

- Luke

On Mon, Mar 15, 2010 at 8:30 AM, Poivre2 <[email protected]> wrote:

> Hi again,
>
> Well, I found the solution by myself! Adding the indexOf function
> (still not developped by MS after so many years !!!) :
> if(!Array.indexOf){
>            Array.prototype.indexOf = function(obj){
>                for(var i=0; i<this.length; i++){
>                    if(this[i]==obj){
>                        return i;
>                    }
>                }
>                return -1;
>            }
>        }
> at the beginning of the script made it !
>
> Sam
>
> On 15 mar, 14:35, Poivre2 <[email protected]> wrote:
> > Hi Guys,
> >
> > After some hurdles, I finally managed to make markerclusterer (API v3
> > port, link below) work under Firefox.
> > Unfortunately, it does not work with ie8.
> >
> > http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker...
> >
> > Here is the error message :
> > "This object does not manage this property or method" (in French :
> > "Cet objet ne gère pas cette propriété ou cette méthode")
> > Here is the code corresponding to the error message in
> > markerclusterer.js :
> >
> > "Cluster.prototype.isMarkerAlreadyAdded = function(marker) {
> >   return this.markers_.indexOf(marker) != -1;
> >
> > };"
> >
> > I'm using markerclusterer on the following page :
> http://www.ruedelimmobilier.com/ng/annonces_immobilieres.php
> >
> > Thanks in advance for your help !
> > Regards
> > Samuel
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
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