forked from organicmaps/organicmaps-tmp
[ios] Added @TODO to insert GPS Warning dialog when gps is disabled
This commit is contained in:
parent
af29f27ef6
commit
d6ad24dad9
1 changed files with 6 additions and 0 deletions
|
@ -82,6 +82,12 @@
|
|||
didFailWithError: (NSError *) error
|
||||
{
|
||||
[self.delegate OnLocationError: [error localizedDescription]];
|
||||
if ([error code] == kCLErrorDenied)
|
||||
{
|
||||
// @TODO display some warning to the user about disabled location services,
|
||||
// probably allow him to enable them by going to the settings
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue