geocell = GeocellLibrary.getWest(geocell);
assertEquals("9q8yy5", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getNorth(geocell);
assertEquals("9q8yyh", geohashConv.fromGeocell(geocell));
geocell = GeocellLibrary.getNorth(geocell);
assertEquals("9q8yyj", geohashConv.fromGeocell(geocell));
}
@Test
public void testIncreaseResolution() {
for (Point pt : TestLocations.getLocations().values()) {