Created
July 12, 2015 15:43
-
-
Save defHLT/879d27d1dd52d32b1127 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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