[Google Maps API v3] Re: Maps in Android with HTML5

2011-10-21 Thread Thor Mitchell (Google Employee)
This article may also be of interest: http://code.google.com/apis/maps/articles/android_v3.html Thor. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/go

[Google Maps API v3] Re: Maps in Android with HTML5

2011-10-20 Thread Martin™
Hi. Try loading the Google API script before your map.js script: http://maps.google.com/maps/api/ js?&sensor=true"> If map.js executes before the Google API is loaded then all the API methods will be undefined. Martin. On Oct 20, 8:14 am, kennyhp wrot