Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Force A MapView To Refresh?

I've a big problem now, I really need some help, I've spent a week for it, but fail.

  1. create a MapActivity (A)
  2. start another Activity (B) from (A)
  3. start another MapActivity (C) from (B)
  4. back (C) -> (B)
  5. back (B) -> (A)

The first MapActivity (A) is death, never be redrawn whatever I do (zoom in, zoom out, move)

How to force MapActivity (A) work again?

Any help would be appreciated,

Thanks in advance

like image 982
Hieu Le Avatar asked Mar 16 '26 21:03

Hieu Le


1 Answers

did you try mapview.invalidate()?

like image 154
Kevin Qiu Avatar answered Mar 19 '26 13:03

Kevin Qiu