This app helps you translate String address into (latitude, longitude) and also reverse (latitude, longitude) to Address using Google GeoCoding API.
|printgeocode type=geocode address=Address
Returns three new fields: geolocation_status, geolocation_lat and geolocation_lon
|printgeocode type=reverse latfield= lonfield=
Returns two new fields: geolocation_status and geolocation_addr
Requires a API_Key from Google.
API_KEY can be requested from: https://developers.google.com/maps/documentation/javascript/get-api-key
Google allows 2500 requests per day with developer's API Key. One request is mapped against one event.