I am having an issue calculating distance using the Location.distanceTo method.
Location.distanceTo
private class MyLocationOverlay1 extends MyLocationOverlay {
You should Modify lines:
aLocation.setLatitude(myLocation.getLatitudeE6() / 1e6); aLocation.setLongitude(myLocation.getLongitudeE6() / 1e6);
And remove the lines:
aLocation.set(aLocation); bLocation.set(bLocation);