Skip to content

Commit ceccaec

Browse files
committed
Don't simplify response to avoid extra overhead
Closes #13
1 parent 86ffd41 commit ceccaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphhopper-ios-sample/graphhopper-ios-sample/Directions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ - (GraphHopper *)hopper
8181
_hopper = [[GraphHopper alloc] init];
8282
[_hopper setCHEnableWithBoolean:YES];
8383
[_hopper setAllowWritesWithBoolean:NO];
84-
[_hopper setMemoryMapped];
8584
[_hopper setEncodingManagerWithEncodingManager:[[EncodingManager alloc] initWithNSString:@"car"]];
85+
[_hopper forMobile];
8686
[_hopper load__WithNSString:location];
8787
}
8888
return _hopper;

0 commit comments

Comments
 (0)