Reputation: 7
I wrote application for find the particular place near by my position. I got rating from my application. How to get the reviews and review message for that particular places.
I got rating from this below line in my code
var ratings = '{"rating":"' + details.rating + '"}';
How to get the reviews from the Google API.
Upvotes: 1
Views: 2511
Reputation: 4427
The Google Places API does not currently support this feature. There is a feature request for this in the Places API issue tracker here. Please click the 'star' icon to be notified of future changes, and to let us know you are interested in seeing it resolved.
Upvotes: 1