|
He's asking how to know if 94831 and 94209 are within 10 miles of each other or not. I don't know if the Google API does this? SQL Server does, inherently, and a great deal more. In database semantics, which means you can ask it for a list of all places it knows about within a radius, and any number of other queries. But only starting with SQL Server 2008, so if our friend has 2005, some other API will be needed.
|