com.mapbox.mapboxsdk.constants.GeoConstants Maven / Gradle / Ivy
// Created by plusminus on 17:41:55 - 16.10.2008
package com.mapbox.mapboxsdk.constants;
public interface GeoConstants {
// http://en.wikipedia.org/wiki/Earth_radius#Equatorial_radius
public static final int RADIUS_EARTH_METERS = 6378137;
public static final double MIN_LATITUDE = -85.05112878;
public static final double MAX_LATITUDE = 85.05112878;
public static final double MIN_LONGITUDE = -180;
public static final double MAX_LONGITUDE = 180;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy