I personally don't like using Google Maps API on iPhone Web Apps, it is tooo heavy to rum smoothly on mobile Safari.
I made a map-based app too, it uses Google Static Map API, calucates pin offset and creates clickable events instead of using Google's APIs. It is much much faster, but you can't zoom it because it is static... you can take a look at it: http://i.sh2sg.com/roadmate.html, try to search for something and see how it looks like. On 2009-11-20, Cheng Chi <[email protected]> wrote: > > Hi, guys > > This is a web app for mashup Australia contest. > > I use Google Maps API v3 and lots of HTML5 features, include offline > cache, client database and of course geolocation. > > It supports Safari Mobile(iPhone, with HTML5) and Chrome Lite(Android, > with Gears). You may also browser it on Safari 4 or Google Chrome on > desktops. > > URL: > http://victernet.com/ > > The app will shows public Internet spots around you, and you can also > set search options like "printers" "opening" "wheelchair access". > After you select a spot, you may click "Route" to get the directions. > (Now only works in Victoria, Australia.) > > You may vote it here: > http://mashupaustralia.org/mashups/victernet/ > > Cheers, > Chi > > PS. > If you want to use HTML5 offline with google maps api v3, you need to > add these urls below > NETWORK section in manifest file. > > http://mt0.google.com/ > http://mt1.google.com/ > http://mt2.google.com/ > http://mt3.google.com/ > http://maps.google.com/ > http://maps.gstatic.com/ > http://gg.google.com/ > > -- > > You received this message because you are subscribed to the Google Groups > "iPhoneWebDev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<iphonewebdev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/iphonewebdev?hl=. > > > -- Sent from my mobile device. Ignore the typos unless they're funny. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=.
