4d492bd65ebbccf6b1261b37a619360f54f35680
Signed-off-by: Rick Hays <rhays@haysgang.com>
geocode_class
NOTE: There is a file missing (class/key.php)
You will need to get your own Google API Key
Change the YOUR KEY HERE with your key.
Keep the key= part as it is required for the string.
key.php
<?php
CONST API_KEY = 'key=YOUR KEY HERE';
Description
Languages
PHP
100%