// Created by plusminus on 18:00:24 - 25.09.2008
package org.andnav.osm.views.util.constants;
/**
*
* @author Nicolas Gramlich
*
*/
public interface OpenStreetMapViewConstants {
// ===========================================================
// Final Fields
// ===========================================================
public static final boolean DEBUGMODE = false;
public static final int MAPTILE_LATITUDE_INDEX = 0;
public static final int MAPTILE_LONGITUDE_INDEX = 1;
public static final int OpenSpaceUpperBoundArray[] = { 2, 5, 10, 25, 50, 100,
200, 500, 1000, 2000, 4000 };
// ===========================================================
// Methods
// ===========================================================
}