Track disappears when screen touched
Opened this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. During Tracking, when either gathering points
or viewing an existing track,
2. Touch the screen
What is the expected output? What do you see instead?
The track will disappear. It is apparently not being
redrawn when the screen is touched. This bug is
probably related to changes made when
implementing clustering.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by ram8...@gmail.com
on 6 May 2012 at 1:20
GoogleCodeExporter commented
Temporarily fixed this by disabling the clustering feature in maps. It is
using an MapViewExtended and overriding some inherited methods, but these were
somehow interfering with Tracker.
Original comment by ram8...@gmail.com
on 16 May 2012 at 6:15