Back to project page aBusTripMK.
The source code is released under:
GNU General Public License
If you think the Android project aBusTripMK listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
// Created by plusminus on 18:00:24 - 25.09.2008 package org.andnav.osm.views.util.constants; // w ww. j a va2 s . co m /** * * @author Nicolas Gramlich * */ public interface OpenStreetMapViewConstants { // =========================================================== // Final Fields // =========================================================== // FIXME set DEBUGMODE to false public static final boolean DEBUGMODE = true; public static final int CACHE_MAPTILECOUNT_DEFAULT = 75; public static final int MAPTILE_LATITUDE_INDEX = 0; public static final int MAPTILE_LONGITUDE_INDEX = 1; // =========================================================== // Methods // =========================================================== }