Google Places API: Cannot get review summary -


i followed instructions here, , tried following query:

https://maps.googleapis.com/maps/api/place/details/json?parameters&extensions=review_summary&placeid=chij-uosvl6-woarn7jral3xigk&key=<my_own_key> 

, result doesn't contain review summary , looks this:

{    "html_attributions" : [],    "result" : {       "address_components" : [          {             "long_name" : "...",             "short_name" : "...",             "types" : [ "street_number" ]          },          ...       ],       "adr_address" : "...",       "formatted_address" : "...",       "formatted_phone_number" : "...",       "geometry" : {          "location" : {             "lat" : ...,             "lng" : ...          },          ...          }       },       "icon" : "...",       "id" : "...",       "international_phone_number" : "...",       "name" : "...",       "opening_hours" : {...],          "weekday_text" : [...]       },       "photos" : [...],       "place_id" : "chij-uosvl6-woarn7jral3xigk",       "rating" : ...,       "reference" : "...",       "reviews" : [          {             "author_name" : "...",             "author_url" : "https://www.google.com/maps/contrib/.../reviews",             "language" : "en",             "profile_photo_url" : "https://lh3.googleusercontent.com/.../photo.jpg",             "rating" : 5,             "relative_time_description" : "in last week",             "text" : "the hotel clean. bed comfortable , hotel quiet. breakfast hot , variety of choices. check in easy , staff happy accommodate check-in , late checkout.  pool clean , beautiful.  parking convenient , easy access.  felt safe in hotel , in parking garage. great stay.",             "time" : 1500747721          },          {...},          {...},          {...},          {...}       ],       "scope" : "google",       "types" : [ "lodging", "point_of_interest", "establishment" ],       "url" : "https://maps.google.com/?cid=...",       "utc_offset" : ...,       "vicinity" : "...",       "website" : "..."    },    "status" : "ok" } 

however, google maps, hotel have editorial review summary:

rooms · 3.8   guests liked large, clean rooms, though said dated & maintenance improved · guests appreciated large bathrooms location · 4.6   accessible car; parking available · sightseeing, restaurants & bars nearby service & facilities · 4.3   guests enjoyed pool · guests spoke highly of reception staff 

am understanding review_summary wronlgy? if not, can give place_id upon request return review summary? love google maps, , want see review summary (could any) returned api @ point.

do need upgrade premium plan see review summary? says,

additional fields may include premium data, requiring additional license, or values not commonly requested. extensions experimental.  

if so, can google or having used premium plan before confirm this?

thank much!


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -