By tag: Geocode
0
kicks
Calculate Distance Between Geocodes in C# and JavaScript
There are times when I need code to calculate the distance between two geocodes (Lat/Long points). I don't need it very often and until now I didn't have a code snippet that I could jus copy and paste. I was searching and found Rob Conery's LINQ and Geocoding post. It's an interesting post and he in...
0
kicks
C# Microsoft MapPoint 4.5 Geocode (Latitude and Longitude) Class
A class using the Microsoft MapPoint 4.5 Webservices to obtain Geocoding information about an address. Very easy to implement.