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

c++ - Function signature as a function template parameter -

How to call a javascript function after the page loads with a chrome extension? -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -