Here is a link to the same question.
I would however like to have this question answered using Google Geocode. Can someone please provide me with the code to do the following, using Meteor and Blaze.
- Enter zip code and return array of zip codes within 10 kilometers of that zip code.
- Search collection users for fields profile.zipcode and display users matching zip codes in the array.
Thank you very much!