Package com.lamatek.tags.google.beans

This package contains the beans used to Gecode both street addresses and IPS, converting them into longitude and latitude pairs.

See:
          Description

Interface Summary
Geocoder Geocoder
IPCoder IPCoder
 

Class Summary
EscapeChars EscapeChars
GeocoderBean GeocoderBean
IntlAddressGeocoder IntlAddressGeocoder
Ip2GeoCoder Ip2GeoCoder
TrafficEventBean  
USAddressGeocoder USAddressGeocoder
XMLParser XMLParser This class parses XML files and validates against the googlemaps.dtd.
 

Package com.lamatek.tags.google.beans Description

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.