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 f901697bf0 Update 'README.md' 6 years ago
class First Commit, tested out functions. 6 years ago
LICENSE Initial commit 6 years ago
README.md Update 'README.md' 6 years ago
geocode-example.php First Commit, tested out functions. 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';