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
Post a Comment