jofomah / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

MapView block other UI elements to refresh #237

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Instantiate the Mapview with other UI elements (here a class extending View, 
called Arrow) 
2.
3.

What is the expected output? What do you see instead?
The Arrow class should rotate, but does not. Its "draw" method is called once 
with the OSM MapView instead of being called constantly with GMaps (it works 
with GMaps).

What version of the product are you using? On what operating system?
osmdroid-android-3.0.4.jar and osmdroid-google-3.0.4.jar

Please provide any additional information below.

Original issue reported on code.google.com by collet...@gmail.com on 7 Jul 2011 at 8:15

GoogleCodeExporter commented 8 years ago
It sounds like you need to invalidate your Arrow view as you animate it. The 
MapView will not do it for you.

Original comment by kurtzm...@gmail.com on 19 Jul 2012 at 8:33