diff --git a/src/Client.php b/src/Client.php index 5ac4666..5896ddb 100644 --- a/src/Client.php +++ b/src/Client.php @@ -10,6 +10,15 @@ * * @author Nick Tsai * @version 1.0.0 + * + * @method array directions(object $client, string $origin, string $destination, array $params=[]) + * @method array distanceMatrix(object $client, string $origin, string $destination, array $params=[]) + * @method array elevation(object $client, string $locations, array $params=[]) + * @method array geocode(object $client, string $address, array $params=[]) + * @method array reverseGeocode(object $client, string $latlng, array $params=[]) + * @method array geocode(object $client, string $address, array $params=[]) + * @method array geolocate(object $client, array $bodyParams=[]) + * @method array timezone(object $client, string $location, string $timestamp=null array $params=[]) */ class Client {