Skip to content

Commit

Permalink
Added rating to index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aaewong committed Dec 1, 2014
1 parent e7a9646 commit be52b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/getPlaces/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function getPlaces($latitude, $longitude, $radius, $type, $maxPlaces, $mi
$places[$i]['lat'] = $results[$i]['geometry']['location']['lat'];
$places[$i]['lng'] = $results[$i]['geometry']['location']['lng'];
$places[$i]['vicinity'] = $results[$i]['vicinity'];
$places[$i]['rating'] = $results[$i]['rating'];
$i++;
}

Expand Down

0 comments on commit be52b61

Please sign in to comment.