Is it possible to send two lat long points to google to calculate the distance between the two?
there is a handy function
http://code.google.com/apis/maps/documentation/reference.html#GLatLng.distanceFrom
basically create 2 GlatLng objects then use the above method