forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
84f9948f00
commit
e560e8af1d
1 changed files with 2 additions and 2 deletions
|
@ -429,8 +429,8 @@ extern NSString * const kAlohalyticsTapEventKey;
|
|||
swap(_routeSource, _routeDestination);
|
||||
[self buildRoute];
|
||||
|
||||
GetFramework().SetRouteStartPoint(_routeSource.Point());
|
||||
GetFramework().SetRouteFinishPoint(_routeDestination.Point());
|
||||
GetFramework().SetRouteStartPoint(self.routeSource.Point());
|
||||
GetFramework().SetRouteFinishPoint(self.routeDestination.Point());
|
||||
}
|
||||
|
||||
- (void)didStartEditingRoutePoint:(BOOL)isSource
|
||||
|
|
Loading…
Add table
Reference in a new issue