Hi,
I m trying to find nearest chain locations around a location. I m looking to output nearest Starbucks, Chick-Fil-A, walgreens, 7 eleven etc. I have a list of all the chains and their location and i want to output all nearest chains to a point. Is there a way i can do this with find nearest tool?
I have tried using distance tool to find distance from a point to all the chains and then group them by to choose the minimum distance from that point to each chain. This is easy for a small set but when i m trying to implement this on multiple locations it becomes time consuming.
Eg: i want to look at nearest distance of Walgreen's, Chick-Fil-A, Starbucks to all the Motel 6 in USA.