Skip to content

Instantly share code, notes, and snippets.

@wpalmeri
Created December 1, 2011 05:32
Show Gist options
  • Select an option

  • Save wpalmeri/1413979 to your computer and use it in GitHub Desktop.

Select an option

Save wpalmeri/1413979 to your computer and use it in GitHub Desktop.
StackMob Geo Queries - Android
StackMobQuery q = new StackMobQuery("user").field("location").
isNearWithinMi(new GeoPoint(122.68, 37.73), 10);
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