View Single Post

  #2 (permalink)  
Old 07-30-2004
jdwhytie jdwhytie is offline
Member
Yellow Belt
 
Join Date: Jun 2004
Posts: 37
If you have two location objects then you can use the Distance method of the Map object:

objMap.Distance(objLoc1, objLoc2)
Reply With Quote