google_places icon indicating copy to clipboard operation
google_places copied to clipboard

Support for user_ratings_total

Open letiesperon opened this issue 5 years ago • 2 comments

Google Places Detail provides a field called user_ratings_total. Is there a reason why this is not an attribute on the Spot model?

Thank you!

letiesperon avatar Nov 13 '19 18:11 letiesperon

you can check my pr #129

plainwu avatar Feb 14 '20 06:02 plainwu

Completely agree that this should be an attribute. in the meantime you can use place.json_result_object["user_ratings_total"]

toshe avatar Jun 07 '20 20:06 toshe