javascript - Google maps v3 info window opening outside map viewport - Stack Overflow

If a marker is clicked near the top of the map viewport, the infowindow loads outside the viewable area

If a marker is clicked near the top of the map viewport, the infowindow loads outside the viewable area and the map must be dragged to see infowindow content.

Ideally I don't want the map to auto pan. Is there a way to load the infowindow in a different direction, e.g. if the marker is at the top of the viewport to display the infowindow in a downward direction.

If a marker is clicked near the top of the map viewport, the infowindow loads outside the viewable area and the map must be dragged to see infowindow content.

Ideally I don't want the map to auto pan. Is there a way to load the infowindow in a different direction, e.g. if the marker is at the top of the viewport to display the infowindow in a downward direction.

Share Improve this question edited Mar 27, 2012 at 2:51 Erik Philips 54.7k11 gold badges131 silver badges156 bronze badges asked Mar 26, 2012 at 23:50 user1294249user1294249 611 silver badge2 bronze badges 1
  • Are you referring to Google's default info window or a custom info window? – Erik Philips Commented Mar 27, 2012 at 2:52
Add a ment  | 

2 Answers 2

Reset to default 6

No, you can't open google's default infowindows in a different direction since you don't implement your own infowindow class. But you can disable auto-pannnig simply passing TRUE to disableAutoPan property of InfoWindowOptions object like documentation said.

There is an example that used to be part of the Google Maps JavaScript API v3 Code Samples, that has moved over to GitHub, named: SmartInfoWindow. It does exactly what you are describing. Check into the underlying code and that should get you going in the right direction.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743641192a4482988.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信