the call to calcdrivingdistance() takes 3 seconds to return a result, as the driving directions algorithm requires searching through many possible routes to calculate the optimal route. the other operations, like incrementing the index and comparing the distances, take only a few nanoseconds.