advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Calculate Distance Between 2 Points Given Longitude/Latitude (ASP)

Author: Anonymous
Category: ASP, HTML, and XML
Type: Snippets
Difficulty: Intermediate

Version Compatibility:  ASP  

More information: This routine calculates the distance between two points (given the latitude/longitude of those points). It is being used to calculate the distance between two ZIP Codes or Postal Codes.

This code has been viewed 78699 times.

Instructions: Copy the declarations and code below and paste directly into your VB project.


Declarations:

Code:

Sponsored Links