Closed GoogleCodeExporter closed 9 years ago
Actually I just noticed that Google has draw, not onDraw, so I should change it
to that.
http://code.google.com/android/add-ons/google-apis/reference/com/google/android/
maps/Overlay.html
Original comment by neilboyd
on 23 Feb 2011 at 10:41
Neil - this looks good, but it loses the "enabled" setting functionality for
individual overlays. The reason we called onManagedDraw is so that we could
short-circuit calling onDraw if !mEnabled. However, this functionality can
easily be handled by the OverlayManager, and I'll note in the comments that the
"enabled" functionality must be checked externally before calling onDraw.
Original comment by kurtzm...@gmail.com
on 26 Feb 2011 at 10:08
This issue was updated by revision r827.
Applied Neil's patch, changed onDraw to draw, and added isEnabled() checks
Original comment by kurtzm...@gmail.com
on 26 Feb 2011 at 10:18
Original comment by neilboyd
on 4 Mar 2011 at 2:59
Original issue reported on code.google.com by
neilboyd
on 22 Feb 2011 at 3:42Attachments: