Info window isn't center position Android Goog

2019-04-29 18:12发布

问题:

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);