I have a customer who wants to have a "find the nearest dealer" function on their website, where the user would put in their address and the page would return dealers within X miles of their location.
My initial thought is to outsource the computation to someone like google maps or yahoo, assuming that can be done.
Otherwise, how could that be done in house?
Is there a programming library somewhere that does that?
My initial thought is to outsource the computation to someone like google maps or yahoo, assuming that can be done.
Otherwise, how could that be done in house?
Is there a programming library somewhere that does that?
Comment