changed default location (if the system does not yet have a location fix)
This commit is contained in:
parent
354e576169
commit
d7b61ac113
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ public interface TrackbookKeys {
|
|||
|
||||
/* MISC */
|
||||
int CURRENT_TRACK_FORMAT_VERSION = 2; // incremental version number to prevent issues in case the Track format evolves
|
||||
double DEFAULT_LATITUDE = 49.41667; // latitude Nordkapp, Norway
|
||||
double DEFAULT_LONGITUDE = 8.67201; // longitude Nordkapp, Norway
|
||||
double DEFAULT_LATITUDE = 71.172500; // latitude Nordkapp, Norway
|
||||
double DEFAULT_LONGITUDE = 25.784444; // longitude Nordkapp, Norway
|
||||
int MEASUREMENT_ERROR_THRESHOLD = 10; // altitude changes of 10 meter or more (per 15 seconds) are being discarded
|
||||
int REQUEST_CODE_ASK_MULTIPLE_PERMISSIONS = 124;
|
||||
|
||||
|
|
Loading…
Reference in a new issue