You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rick Hays 4d492bd65e Cleaned and formatted code a bit for output display. 6 years ago
class Changed drive distance addresses. More notable 6 years ago
LICENSE Initial commit 6 years ago
README.md Update 'README.md' 6 years ago
geocode-example.php Cleaned and formatted code a bit for output display. 6 years ago

README.md

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';