mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Added algorithm link for searchWithin()
This commit is contained in:
parent
6537ff217c
commit
0fe4bcc4c7
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ public class CacheController {
|
||||||
return displayCatList;
|
return displayCatList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Based on algorithm at http://gis.stackexchange.com/questions/2951/algorithm-for-offsetting-a-latitude-longitude-by-some-amount-of-meters
|
||||||
public void convertCoordRange() {
|
public void convertCoordRange() {
|
||||||
//Position, decimal degrees
|
//Position, decimal degrees
|
||||||
double lat = y;
|
double lat = y;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue