On Jun 27, 12:19 pm, PoojaC <
poojachhim...@gmail.com> wrote:
> I understand that the information is not suffice, but currently it's not
> feasible for me to post a working link.
> All i can give is the use-case, as below.
>
> 1. Initially, my map is marked with 5 markers.
> 2. I click on a link which forms clusters of 100 markers using
>
markerclusterer.js.No error till here.
> 3. I click a link to clear all markers using setMap() and then put initial 5
> markers on map(as initially). To my surprize, during this step,
> MarkerClusterer method getExtendedBounds() is invoked out of somewhere.
> After this step, i see the above mentioned errors in main.js.
>
> Please tell me if you can sense the cause of the error.