Hi.

I'm trying to help someone get a map working using my ClusterMarker
and have run into a problem.

This is the map:
http://googlemapsapi.martinpearman.co.uk/user_maps/singwong/map_test.html

ClusterMarker should perform clustering when the current map type is
less than it's maximum zoom level.
That's coded into the ClusterMarker.prototype.refresh() method:

if(this.clusteringEnabled && $zoomLevel<this._map.getCurrentMapType
().getMaximumResolution()){
// etc
}

I've added a GLog statement to the map and it shows that the normal
map type's maximum resolution is 17.
So at zoom level 17 and higher no clustering is performed.
Yet the GLog window shows that the map can zoom into zoom level 19 and
NOT 17!

I've searched for help and found this:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=62

That's a very old issue that seems to have never been resolved.

Has anyone got any clues as to whats going wrong - why is
getMaximumResolution() returning an incorrect value?

Thanks.

Martin.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to