I have a very simple page; basically, I load the maps api in a div
which is full page.
Everything works fine except for the zoom. First, the animation if far
from being as smooth as it is on
maps.google.com.
Second, it may be the same problem actually, when the animation is
near finished, the zoom level flickers. It changes suddenly and then
the actual tiles required for the new zoom level are loaded.
Do you have any idea why such a thing happens?
Keep those things in mind:
* I added this meta tag: <meta name="viewport" content="initial-
scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
* I tried a smaller map, but the problem is the same
* I think the problem is also present on the IPod, I don't know about
the IPhone.
* I was having this problem with a map with some polygons and markers
on it, so I tried removing it, nothing changed.
* I load the api with this line: <script type="text/javascript"
src="
http://maps.google.com/maps/api/js?v=3.x&sensor=false"></script>
But I was doing it with the Ajax API before, so it's not related.
Thanks.