GoogleMaps
GoogleMaps copied to clipboard
API key
How can I add my Google API key to the request URL? I only mentioned to use a Business Account.
I have the same issue!
$request = new \GoogleMaps\Request();
$request->sign($googleapikey);
$request->setAddress($address);
the parameters are:
address=Trieste+%28TS%29&sensor=false&signature=wc-VdC84wE52ESZhk7DihVqQlpY%3D
and not
address=Trieste+%2528TS%2529&sensor=false&key=AfzaSyDcHZVqHmGNgdXWA2Ru0SEbZ-sdeGKdY7k
any idea?