Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does the scrolling on "Google Maps for Mobile" work?

Visit http://www.google.com/gmm with a mobile device - the scrolling is super smooth even with floating toolbars. How are they accomplishing this with GWT?

Update

I mean the site as seen by a mobile browser, not the native app. And I always assumed any Google web apps were GWT - I guess I assumed wrong.

like image 280
Epaga Avatar asked Jul 28 '10 09:07

Epaga


People also ask

What is Google mapping features?

What is Google Maps for mobile? Google Maps for mobile offers location services for motorists that use the Global Positioning System (GPS) location of an iOS or Android mobile device, if available, along with data from wireless and cellular networks.

What is Google mapping process?

It offers satellite imagery, aerial photography, street maps, 360° interactive panoramic views of streets (Street View), real-time traffic conditions, and route planning for traveling by foot, car, bike, air (in beta) and public transportation.

What is G Maps gold?

Google Maps Gold support is a higher level of support particularly useful for clients who need peace of mind. You have applications which rely on Google Maps and want to be able to contact Google support at any time, including the weekends. Let's review the difference between Silver and Gold.


1 Answers

I don't see anything that indicates they're using GWT. Based on the links at the bottom of the site, they're either telling people to use an already-installed native Google Maps app (iPhone) or referring them to a site that will download a native maps app for whichever mobile platform they happen to be using.

I've developed a couple of Google Maps apps, one using the plain Javascript version of the maps APIv3, and another using GWT. Even a very plain map using the v3 API, which has optimizations for mobile devices, doesn't have scrolling anywhere near as smoothly as the native Google Maps app on any of the platforms I've tried.

like image 145
RPeden Avatar answered Sep 20 '22 09:09

RPeden