This package contains the beans used to Gecode both street addresses and IPS, converting them into longitude and latitude pairs. Developers should typically not need to override any of these classes, unless they want to use other geocoding services.

If looking to use alternate address geocoders, developers should create an implementation of com.lamatek.tags.google.beans.Geocoder, and then override the com.lamatek.tags.google.beans.GeocoderBean.geocode() method calling their new implementation.

If looking to use alternate IP address geocoders, developers should create an implementation of IPCoder.