Open spmsupun opened 6 years ago
There are no place to put my google app_key when i use DistanceMatrixRequest
You have something like this
$distanceMatrix = new DistanceMatrixService(new Client(), new GuzzleMessageFactory());
Then you can set it here
$distanceMatrix->setKey('API-KEY');
There are no place to put my google app_key when i use DistanceMatrixRequest