2014-09-26 64 views

回答

0

是的。看看這個Placeid: https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJOWSLUlcJ9YgR5Uxn4sbjYGk&key= <>

下面是一個示例。注意「時間」標籤:

 { 
     "aspects" : [ 
      { 
       "rating" : 3, 
       "type" : "overall" 
      } 
     ], 
     "author_name" : "Michaela O'Neal", 
     "author_url" : "https://plus.google.com/105457747713750328544", 
     "language" : "en", 
     "rating" : 5, 
     "text" : "Love to go here for breakfast! They have amazing croissants and there are definitely many choices to pick from! We always had a really nice server and if it's nice weather outside they have a cute patio. It might get a little too loud inside during weekends. ", 
     "time" : 1401332428 
    }, 
    { 
     "aspects" : [ 
      { 
       "rating" : 3, 
       "type" : "overall" 
      } 
     ], 
     "author_name" : "Myles Rothacker", 
     "author_url" : "https://plus.google.com/115555770858439445523", 
     "language" : "en", 
     "rating" : 5, 
     "text" : "I love the Eggs Benedict. Dollar the waiter is great.. I go in about 2 times a month have a few business meetings he is always at the top of his game. Timing when to refill, not interrupting and waiting until we are done to give me the check. This is a great place to have a morning meeting or a casual brunch. ", 
     "time" : 1375492655 
    } 
+0

但是,只有當某人進行評論時,纔會得到這個結果,如果某人僅對它進行評分,則不會得到時間戳。 – Chris 2014-12-29 14:59:31