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 17:41:55 - 16.10.2008 package org.andnav.osm.util.constants; //from w w w . j av a2 s . com public interface GeoConstants { // =========================================================== // Final Fields // =========================================================== public static final int RADIUS_EARTH_METERS = 6378140; // =========================================================== // Methods // =========================================================== }