Hello! I need to use the Google Maps JS API v3 within my android mobile app and the Ti.Map is not enough because I need richer functionality.
I developed some code working on the Mobile Web Preview but when I move to the Android Device I get the following exception:
"Uncaught ReferenceError: google is not defined"
I attach my code and the manifest were I added the same permissions needed for the Ti.Map Module.
What am I doing wrong? Thank you very much!
Later I will need to do the same for iOS but for now I am focusing on Android.