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
| ### Keybase proof | |
| I hereby claim: | |
| * I am wpalmeri on github. | |
| * I am wpalmeri (https://keybase.io/wpalmeri) on keybase. | |
| * I have a public key ASDTIKTOMIi9ogejko_bGwg6_wN0oN8iNRwJmefdNQpKnQo | |
| To claim this, I am signing this object: |
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
| [ | |
| { "location" : | |
| { "lon" : 122.69, | |
| "lat" : 27.73, | |
| "distance" : 0.00015448783751922173 | |
| } | |
| }, | |
| { "location": | |
| { "lon" : 122.69, | |
| "lat" : 27.73, |
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); |