sorry - I just realised what you were talking about. The map pans to
show a marker that has been selected automatically, which has always
been good enough for me, but if you want it dead center, you already
have the location (from the point variable in your marker) so you can
just call:
map.setCenter(point);

in your event listener.

hope that helps!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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