Hello,
I am trying to test a Reverse Geocoding example from this web site https://developers.google.com/maps/documentation/javascript/examples/geocoding-reverse on a web application, but when I run it on the RD-PQ test device, I got the following error on the IDE console:
index.html (36) :ReferenceError: Can't find variable: google
js/main.js (19) :init() called
And the Map didin't show up on the screen!
What am I missing?
Thank you in advance.