Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Grover-c13/PokeGOAPI-Java
/ getDefaultCells
Method
getDefaultCells
src/main/java/com/pokegoapi/api/map/Map.java:678–680 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
676
}
677
678
private
List<Long> getDefaultCells() {
679
return
getCellIds(api.getLatitude(), api.getLongitude(), CELL_WIDTH);
680
}
681
682
}
Callers
6
getCatchablePokemonAsync
Method · 0.95
getNearbyPokemonAsync
Method · 0.95
getSpawnPointsAsync
Method · 0.95
getGymsAsync
Method · 0.95
getDecimatedSpawnPointsAsync
Method · 0.95
getMapObjectsAsync
Method · 0.95
Calls
3
getCellIds
Method · 0.95
getLatitude
Method · 0.65
getLongitude
Method · 0.65
Tested by
no test coverage detected