Geocode Lookup : We define this to be any call to our API that results in a geocoding process. Geocoding is fancy word for the process in which a latitude/longitude is calculated based on a given postal address. The following method calls have geocode lookups associated with them:
- GetOfficials()
- LetterCreate()
- LetterForward()
- PetitionCreate()
- PetitionSign()
Our API is intelligent enough, though, to detect if an existing address has been already geocoded. No charges will be assessed if a geocoded address already exists in our database.