public void testProjection() {
loadApi(new Runnable() {
public void run() {
initTileLayer();
@SuppressWarnings("unused")
Projection projection = new Projection() {
@Override
public Point fromLatLngToPixel(LatLng latlng, int zoomLevel) {
return Point.newInstance(0, 0);
}