Open letiesperon opened 4 years ago
Google Places Detail provides a field called user_ratings_total. Is there a reason why this is not an attribute on the Spot model?
user_ratings_total
Spot
Thank you!
you can check my pr #129
Completely agree that this should be an attribute. in the meantime you can use place.json_result_object["user_ratings_total"]
place.json_result_object["user_ratings_total"]
Google Places Detail provides a field called
user_ratings_total
. Is there a reason why this is not an attribute on theSpot
model?Thank you!