Skip to content

Instantly share code, notes, and snippets.

@defHLT
Created July 12, 2015 15:43
Show Gist options
  • Select an option

  • Save defHLT/879d27d1dd52d32b1127 to your computer and use it in GitHub Desktop.

Select an option

Save defHLT/879d27d1dd52d32b1127 to your computer and use it in GitHub Desktop.
float[] result = new float[3];
Location.distanceBetween(
-33.947730, 25.559675,
-33.94772833333333, 25.55967333333333,
result
);
Log.d("distance", "" + result[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment