Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mapview refresh

I have a mapview in my appn. I show some points on the map when the page gets loaded. I also have a search button in that page. So after I give something to search and click search button, map doesnt gets refreshed. It gets refreshed only when we touch anywhere on the map. I have given mapview.invalidate() also. Still not working...

Any idea why this problem occurs?

like image 367
Anju Avatar asked Dec 09 '22 11:12

Anju


1 Answers

We have to give..

mapview.invalidate()

I had some problem while displaying overlays. So it didnt work earlier. Now its perfectly working..

like image 141
Anju Avatar answered Dec 20 '22 21:12

Anju