Specify a minimum score (MinimumScore
) for an address or check the score returned for matching locations before using the jurisdiction. We recommend using locations with a score of 0.7 (for 70%) or greater.
MinimumScore
) of 0.7 allows for a reasonable number of typos in the input addressMinimumScore
) to allow for a higher or lower level accuracyMinimumScore
) to 1.0 returns only exact matches - this may not return a valid jurisdiction if the input address contains a small errorMinimumScore
) to 0.0 returns all matches that AFC Geo SaaS Pro Soap can find, regardless of confidence in the resultsFor more information, see Address Geocoding and Scoring.
Return Special Tax Jurisdictions (Options bitwise value 16) to get the most accurate jurisdiction. Only the city or county is returned when the Special Tax Jurisdictions option is not include.
For more information, see Special Tax Jurisdiction.
StreetAddress
) with a numeric street numberTurn CASS validation on (CassCertify
set to true
) to increase the accuracy of the address results.
CASS validation is always be performed on Florida addresses, no matter what the value of the input flag.
When the input address contains an apartment or suite numbers, use SecondaryUnit
to enter this information rather than including apartment or suite numbers at the end of the street address. The Secondary Unit (SecondaryUnit
) is not using in the geocoding process, but including an apartment or suite number on the street address line can cause the score to be lowered to the point that a valid match is missed.
Use the endpoints ending in /2.0
so that any exceptions generated are returned to you and you can better handle the exceptions in your code.
The order of input fields is important. AFC Geo requires a static order of input values, such as fields in inputAddress
. Fields that are out of order remain unassigned, impacting the final geocoding results.
Don’t use Street Number Snapping (Options bitwise value 1) or Postal Code Centroid (Options bitwise value 2) unless no results are returned. Using these options can cause incorrect results to be returned when the street database contains complete data.