Most people are limited to about 5 or 6 locations on a daily basis (work, home, school, store, etc). I want to speed up address display by caching a few of these most visited locations. I've been able to get the address info using both google maps GPS and JSON and Locator.reverseGeocode. What would be the best way to cache this information and to check proximity quickly? I found this GPS distance calculation example and have it working. Is there a faster way to check for proximity?
|
feedback
|
|
Please see similar question first: Optimization of a distance calculation function There are several things we can change in distance calculations to improve performance:
several links that may be helpful: | |||
|
feedback
|