Info window isn't center position Android Google Map v2

柔情痞子 提交于 2019-12-07 05:32:01

问题


I have problem with info window on Google Map v2. Info window is from left on marker. This is problem reproduced only Samsung Galaxy S4. I installed Google Api Demo and it is reproduced. Is it bug? How can fix it?


回答1:


I've submitted this issue on maps v2 tracker.

http://code.google.com/p/gmaps-api-issues/issues/detail?id=5439

Edit:

Now resolved in the GPServices library.




回答2:


Are you setting the anchor point in your code? The position looks similar to when I do this:

marker.setAnchor(0.0F, 0.0F);


来源:https://stackoverflow.com/questions/16771662/info-window-isnt-center-position-android-google-map-v2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!