Hello,
I can't figure out how to tell my Map to redraw its overlays once I've updated them. Can someone enlighten me?
Currently the user has to touch the screen before the map is redrawn.
Thanks!
Hello,
I can't figure out how to tell my Map to redraw its overlays once I've updated them. Can someone enlighten me?
Currently the user has to touch the screen before the map is redrawn.
Thanks!
I think you must call invalidate() from an UI thread or postInvalidate() from an non-UI thread on the MapView object you are using.