[Google Maps API v3] Maps on Android

2012-03-27 Thread sgiddings
I have been developing an application using the Google Maps Javascript Api v3 for over a year now. I am now faced with the need to produce an android device version. So I started to look at the Maps Api in the Android SDK - it is almost empty. - no directions service - no region biasing for

Re: [Google Maps API v3] Maps on Android

2012-03-27 Thread Barry Hunter
Can use the webservices directly via a HTTP interface https://developers.google.com/maps/documentation/webservices/ (that caters for directions and geocoding. No idea what region biasing for displays means) On Tue, Mar 27, 2012 at 5:40 PM, sgiddings mr.s.giddi...@gmail.com wrote: I have been

Re: [Google Maps API v3] Maps on Android

2012-03-27 Thread sgiddings
Thank you for your reply Barry, However, how can I reproduce other aspects such as line, polyline and polygon drawing based on lat/lng coordonnates ? Are there any full examples for creating real world mapping applications in the same manner as with the v3 javascript api ? -- You received

[Google Maps API v3] Maps in Android with HTML5

2011-10-20 Thread kennyhp
I'm trying to make an application using google maps with HTML5. The idea is then to be a native application for Android (later of iPhone), encapsulated in a WebView. The problem I have is I do not read maps API from Android device. If I test the page from Firefox works fine, but to which I put