mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Added documentation
This commit is contained in:
parent
16606a9121
commit
33ec4e50f3
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class CacheController {
|
|||
|
||||
public List findCategory() {
|
||||
|
||||
//TODO: Convert decLatitude and decLongitude to a range with proper formula, for testing just use 10
|
||||
//Convert decLatitude and decLongitude to a coordinate offset range
|
||||
convertCoordRange();
|
||||
pointsFound = quadTree.searchWithin(xMinus, yMinus, xPlus, yPlus);
|
||||
List displayCatList = new ArrayList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue