<?php
$api = new Places();
$places = $api->getPlacesApi();
<?php
array public Places::getPlaceById($id, [, array $extensions = [], [ $language = null ]])
id
: a string representing a place (notice that this is not thereference
of the place)extensions
: an array of data you want to retrieve in addition of default data send by googlelanguage
: one of the languages listed here: https://developers.google.com/maps/faq#languagesupport