com.mapbox.mapboxsdk.views.util.constants.MapViewConstants Maven / Gradle / Ivy
// Created by plusminus on 18:00:24 - 25.09.2008
package com.mapbox.mapboxsdk.views.util.constants;
import android.graphics.PointF;
/**
* This class contains constants used by the map view.
*
* @author Nicolas Gramlich
*/
public interface MapViewConstants {
// ===========================================================
// Final Fields
// ===========================================================
public static final int ANIMATION_DURATION_SHORT = 250;
public static final int ANIMATION_DURATION_DEFAULT = 500;
public static final PointF DEFAULT_PIN_ANCHOR = new PointF(0.5f, 1.0f);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy