forked from organicmaps/organicmaps
[iOS] Update PIN's point when GPS is changing.
This commit is contained in:
parent
eab5d74ba5
commit
dabfbf8f79
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@
|
|||
- (void) onGpsUpdate:(location::GpsInfo const &)info
|
||||
{
|
||||
GetFramework().OnGpsUpdate(info);
|
||||
|
||||
[self updateDataAfterScreenChanged];
|
||||
}
|
||||
|
||||
- (void) onCompassUpdate:(location::CompassInfo const &)info
|
||||
|
|
Loading…
Add table
Reference in a new issue