Created
December 1, 2011 05:32
-
-
Save wpalmeri/1413979 to your computer and use it in GitHub Desktop.
StackMob Geo Queries - Android
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
| StackMobQuery q = new StackMobQuery("user").field("location"). | |
| isNearWithinMi(new GeoPoint(122.68, 37.73), 10); |
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
| StackMobQuery q = new StackMobQuery("user").field("location"). | |
| isWithinBox(new GeoPoint(0, 0), new GeoPoint(1, 1)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment