On Jan 5, 3:25 pm, "[email protected]" <[email protected]>
wrote:
>
> The onmouseover of the map shows the description and moves the map.
> But this is exactly what I didn't want. The description should be
> overlayed without moving the map.
Try changing
marker.openInfoWindowHtml(html);
to
marker.openInfoWindowHtml(html,{suppressMapPan:true});
Caution!! This is an undocumented option and may not work now or in
the future, or may cause something else to break. See
http://econym.org.uk/gmap/reference.htm#openInfoWindow. Using
undocumented features in a production environment is not recommended.
PS: It helps to use the API's terms for objects. I'm assuming you are
referring to the infoWindow: "description" is a bit generic.
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---