0

I'm experiencing delay with single httppost while GMaps is downloading maps over mobile network. Once single httppost took 7min to finish. Is there a way to prioritize request or temporarily pause GMaps?

user2035884
  • 39
  • 2
  • 4

1 Answers1

0

You can do getMap() and setUpMap() methods in an AsyncTask. And I found some related issue on how to prioritize AsyncTask. Hope this gives you an idea. Link

Community
  • 1
  • 1
so_jin_ee
  • 802
  • 6
  • 7