Working with Geolocation and Google Maps API [HELP]
问题 I'm new to the mobile development world and right now I'm building an app that uses jQuery mobile and PhoneGap. Here's my logic: I have a table that contains the users and their addresses. I grab the user address and pass it trough the maps API to catch the location. But I'm doing this for every single record and sometimes the API breaks because the number of simultaneous requests. How can I know what users are closest to me without running it through the maps API? Thanks a lot! 回答1: Rafael,