I have a \"Place\" object with a LatLng coordinate for each:
import com.google.android.gms.maps.model.LatLng; public class Place{ public String name;
you can use the
distanceInMeters = (loc1.distanceTo(loc2));
from google maps API and then add the results to the Key in a TreeMap