Parse Google Place Json With Javascript
for any reason this code doesn't seem to work var request = 'https://maps.googleapis.com/maps/api/place/search/json?'; request = request + 'location='+lat+','+lng+'&'; request
Solution 1:
The Google Places API doesn't support JSONP requests.
Post a Comment for "Parse Google Place Json With Javascript"