As Rossko says, check out MarkerClusterer.

map.getProjection() returns null? Are you sure? If the projection is not
set, this method will return undefined, not null.

You have to wait for the map to load - the projection will be set
asynchronously. So, listen for the *projection_changed* event - or bind the
*projection* MVC property to your own MVC object.

On Wed, Jan 12, 2011 at 8:07 PM, Abhi <[email protected]> wrote:

> Yeah Chris, ClusterMarker is in v2 but i have migrated it to v3.
> map.getProjection() is also getting null value. Do i need to set some
> more values for this. Even map.getBounds() is not working.
>
> --
> 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