Hi, I am new to TomTom and map calculations in general. I’m looking for the best method to find the closest parking lot from a given Lat, Long position. I have a list of approximately 80 parking lots and there matching Lat, Longs.
I want to find the closest parking lot by driving distance. (I do not need to provide the directions.) What would be the best approach to solving this problem? Is this a job for “Batch Routing”?
I can pair down the list of 80 lots prior to submitting to TomTom using a simple nearest neighbor method (Euclidean, Manhattan, or Haversine distance). I’m guessing that pairing down the list using this method would save time. But I’m not sure what would be a good number of candidate lots to send?
I also wanted to note that this is going to be a real-time request, so I am looking to get the response as quickly as possible and would be willing to tolerate some degree of error in the selected lot.
I would appreciate any advice folks could give on this subject.
Thanks!
Dan