By tag: Geocoding
0
kicks
Convert street address to longitude and latitude via web service
Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data.
0
kicks
ZIP or Address Radius Search Function for SQL Server 2000
SQL Server 2000/2005 function to calculate distance in miles between 2 latitude/longitude points for zip or address proximity search, etc.