Issue
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?
Solution
We have to give..
mapview.invalidate()
I had some problem while displaying overlays. So it didnt work earlier. Now its perfectly working..
Answered By - Anju
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.