forked from organicmaps/organicmaps
[iphone]: Mirror Timeout from TLocationError in MWMLocationStatus
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
parent
e484809dff
commit
6275386aba
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ typedef NS_ENUM(NSInteger, MWMLocationStatus) {
|
|||
MWMLocationStatusNoError,
|
||||
MWMLocationStatusNotSupported,
|
||||
MWMLocationStatusDenied,
|
||||
MWMLocationStatusGPSIsOff
|
||||
MWMLocationStatusGPSIsOff,
|
||||
MWMLocationStatusTimeout // Unused on iOS, (only used on Qt)
|
||||
};
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
|
Loading…
Add table
Reference in a new issue