Obsolete
Status Update
Comments
cy...@gmail.com <cy...@gmail.com> #2
Actually, a multiplier of 8.67 gets me back to the approximate position it should be.
ch...@gmail.com <ch...@gmail.com> #3
This bug was fixed in 2.1.1. Thanks for the report!
ma...@gmail.com <ma...@gmail.com> #4
While the behavior has changed, it is still incorrect, IIUC. Now the view is shifted up too much for the values entered. For instance, when I enter a bottom inset of 200, which is less than half of the total height (509) of the map, and so should have no effect on the default centering behavior, the marker is actually centered at 354.5 points from the bottom, which is the center of the map plus half of the bottom inset. This seems incorrect per my understanding of that API.
ja...@gmail.com <ja...@gmail.com> #5
354.5 sounds exactly right to me.
lu...@gmail.com <lu...@gmail.com> #6
It seems that Polaris v2 doesn't allow you to change the pressed state of info windows.
With KitKat toning down the use of holo blue for pressed state the map marker info windows now look very odd. At a very minimum the colour should be changed from holo blue to a kitkat style grey - at least then it wouldn't clash so much with a themed application.
With KitKat toning down the use of holo blue for pressed state the map marker info windows now look very odd. At a very minimum the colour should be changed from holo blue to a kitkat style grey - at least then it wouldn't clash so much with a themed application.
[Deleted User] <[Deleted User]> #7
[Comment deleted]
[Deleted User] <[Deleted User]> #8
I'm noticing the same thing as Luke, for some reason the pressed that is still Holo Blue, even though KitKat design has moved to a gray color. Even without the ability to customize the state as a developer, the framework should use the appropriate color, per the Android design standards.
ch...@gmail.com <ch...@gmail.com> #9
jjjhjjh
Description
Currently all InfoWindows are aligned horizontally centered to the top of the marker. Could you add an API method for defining other layout-positions to the marker (at least horizontally centered to the bottom of the marker / position on the map)? Like MarkerOptions#position(MarkerOptions.TOP|BOTTOM).