All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.osmdroid.util.constants.UtilConstants Maven / Gradle / Ivy

There is a newer version: 6.1.20
Show newest version
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