forked from organicmaps/organicmaps-tmp
[android]: Mirror Timeout from TLocationError in LocationState.java
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
parent
6275386aba
commit
a2f7cea166
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public final class LocationState
|
|||
//private static final int ERROR_NOT_SUPPORTED = 1;
|
||||
public static final int ERROR_DENIED = 2;
|
||||
public static final int ERROR_GPS_OFF = 3;
|
||||
public static final int ERROR_TIMEOUT = 4; // Unused on Android (only used on Qt)
|
||||
|
||||
public static native void nativeSwitchToNextMode();
|
||||
@Value
|
||||
|
|
Loading…
Add table
Reference in a new issue