Is there a way to verify or ensure the accuracy of google maps geocoding? I have a database with some address that aren't always the most clean or in the proper format (being input by someone else). I need to be able to geocode these addresses to update the DB with the lat long.
Is there a way to make Google maps geocoding more accurate? Or at least to check to make sure that the lat/long are within the parameters are in the correct state (virginia). I've tried using the street address and city and simply putting in VA for the state, but I still get values that are -100,000 lng and 20,000 lat. Not even close...
So, if there isn't a way to improve accuracy, is there a way to create a "box" of values to test to make sure that if it's outside of that it probably doesn't have the right address.
I am using PHP/jQuery/MySQL.