java - Add markers to google maps refresh -


i load markers google maps via asynctask.

however, when markers loading finish, need click on zoom button inorder map show markers ( guess needed refreshing map)

is there method refreshing google maps?or solution?

i use variable

private static googlemap map; 

thanks

i think map.invalidate() refresh because cause redraw. see..


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -