org.osmdroid.util.constants.UtilConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of osmdroid-android Show documentation
Show all versions of osmdroid-android Show documentation
An Android library to display OpenStreetMap views.
package org.osmdroid.util.constants;
public interface UtilConstants {
/**
* The time we wait after the last gps location before using a non-gps location.
*/
public static final long GPS_WAIT_TIME = 20000; // 20 seconds
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy