Info window isn't center position Android Goog

2019-04-29 18:22发布

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?

enter image description here

2条回答
趁早两清
2楼-- · 2019-04-29 18:43

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.

查看更多
虎瘦雄心在
3楼-- · 2019-04-29 18:46

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

marker.setAnchor(0.0F, 0.0F);
查看更多
登录 后发表回答