Closed GoogleCodeExporter closed 9 years ago
This appears to be still working in the samples app - are you doing anything
differently from SampleWithMinimapItemizedoverlayWithFocus for example?
Original comment by kurtzm...@gmail.com
on 25 Jan 2013 at 7:56
I think no. Also myLocation is always about 50 Pixel different to my real
location.
The coordinates are correct but the maptiles have this offset. I will try a new
source download first.
Original comment by tfreudi...@googlemail.com
on 1 Feb 2013 at 10:01
Ok I try the samples app now with the latest trunk of today and the fact is,
also with my project, that I have to tap about 20 Pixels underneath
marker_default.png than it works. I use a Samsung S3 I guess that has something
to do with the size of "Overlayicon". In compare to 3.0.8 the iscon size is now
fine on all kinds of different resolutions that I can test (S3,HTC Evo, HTC
Desire, Sony V,SonyTablet, Galaxytablet).
Original comment by tfreudi...@googlemail.com
on 6 Feb 2013 at 11:16
I also experience this issue with the latest trunk.
My project hosts the map inside a fragment which is embedded in a sliding menu.
What I see:
- The mapped does not render correctly, it leaves a white strip at te bottom. I
guess the calculation goes wrong somewhere because the strip varies in size
depending on map movement.
- My Location and itemizedoverlays are not in the correct position. On the
x-axis the position is correct, but on the y-axis it is off.
When I disable the use of the safecanvas and revert the changes in r1129 my
problems are solved.
I had to revert r1129 because the view below the map always handles touch
events.
Original comment by hans...@gmail.com
on 13 Feb 2013 at 9:02
I just tried the 3.0.9 release again. And have the same issues, but saw a tip
to disable hardware acceleration.
Adding:
<application android:hardwareAccelerated="false" />
Helps me too. Now I can tap Items on the right position, not 20 Pixels below.
Original comment by tfreudi...@googlemail.com
on 11 Apr 2013 at 10:45
@hansvdg See issue 415 to fix the touch event issue.
Are there any more issues regarding this ticket?
Original comment by kurtzm...@gmail.com
on 11 Apr 2013 at 3:06
We have better hardware acceleration support in 3.0.10. This ticket can be
closed.
Original comment by kurtzm...@gmail.com
on 3 May 2013 at 12:47
Original issue reported on code.google.com by
tfreudi...@googlemail.com
on 24 Jan 2013 at 12:30