point = projection.forward(south, lon);
point.y = projection.getHeight();
llpoint = projection.inverse(point);
} else {
llpoint = new LatLonPoint(south, lon);
while (projection.forward(llpoint).y > projection.getHeight()) {
llpoint.setLatitude(llpoint.getLatitude() + stepSize);
}
}
currentText = new OMText(llpoint.getLatitude(), llpoint.getLongitude(),