AddressFinderHelper, a widget for cakephp 2.x forms

This helper encapsulates a nice javascript, providing client side address autocomplete from google maps, geocoding, and reverse geocoding while drag’n’dropping the marker on the map.

The helper is based on http://tech.cibul.net/geocode-with-google-maps-api-v3/ - most of the credit goes to their script.

The code and usage instructions on Github:https://github.com/stefanomanfredini/AddressFinder-Helper—Plugin-for-cakephp-2

I started using cakephp 2.x quite recently - this is my first helper for cakephp 2.x.. suggestions are welcome!