[iOS] Update PIN's point when GPS is changing.

This commit is contained in:
vng 2012-10-12 18:49:33 +03:00 committed by Alex Zolotarev
parent eab5d74ba5
commit dabfbf8f79

View file

@ -63,6 +63,8 @@
- (void) onGpsUpdate:(location::GpsInfo const &)info
{
GetFramework().OnGpsUpdate(info);
[self updateDataAfterScreenChanged];
}
- (void) onCompassUpdate:(location::CompassInfo const &)info