Skip to main content
November 7, 2011
Question

What's the best way to create zoomable map for iOS by using Flash?

  • November 7, 2011
  • 1 reply
  • 1046 views

We got a big location map that allows user to zoom in and out and do the panning but the image of the map is not very smooth when you  pan it in iOS (Android is ok) so is there a way to fix this problem?

thanks!

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
November 7, 2011

Make sure that the image is 2048x2048, or smaller, and use GPU.

November 7, 2011

Thanks Colin. We will try that. Do you reckon for both iOS and Android or just iOS?

Colin Holgate
Inspiring
November 7, 2011

If you're using CPU you may get away with it on Android, and even iPad. If it's GPU, then it'll depend on the maximum texture size the Android device can take. Look to see if 2048 is a common size. If it turns out that a lot are 1024, you might want to have a version of the map at that size, or perhaps move a few of those around together to get a bigger sized image.