microapps/store-locator

Walking Distance

lwaters5 opened this issue · 2 comments

Can this store-locator calculate the distance using walking distance? If so, how would I change the code to do this? Thank you.

It calculates distance using computeDistanceBetween google maps api method. It is a direct distance betwean 2 points, not even a driving distance. You can make a fork and customize this method if you like.