So…I’ve been trying to get Google Places working with the map widget.
I’ve registered for Google Maps and Google Places APIs.
I’ve obtained the required API keys
I’ve created my query strings
What’s baffling me is how to submit the query correctly (and get results back for parsing) under Mobione/Phonegap.
The recommended code from Google, doesn’t seem to be working:
service = new google.maps.places.PlacesService(map);
service.getDetails(request, callback);
Has anyone tried this, yet?