Skip to content

Commit

Permalink
Merge pull request #5 from ipowerful/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
digitaldreams authored Aug 18, 2021
2 parents 9d66e0f + 8d0ca34 commit 85be23c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ $place->get();
echo $place->address();
echo $place->phone();
print_r($place->photos()); // returns Collection each contains a GooglePlace\Helpers\PlacePhoto object
print_r($place->reviews()) // return Collection
print_r($place->reviews()); // return Collection
print_r($place->timezone(true)); // return Timezone API response
print_r($place->distance($place2)) // return Distance Matrix API response
print_r($place->elevation()) // return Elevation API response
print_r($place->distance($place2)); // return Distance Matrix API response
print_r($place->elevation()); // return Elevation API response
```
### Geocoding
You can get places by a place name or latitude and longitude.
Expand Down

0 comments on commit 85be23c

Please sign in to comment.