We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ffd41 commit ceccaecCopy full SHA for ceccaec
graphhopper-ios-sample/graphhopper-ios-sample/Directions.m
@@ -81,8 +81,8 @@ - (GraphHopper *)hopper
81
_hopper = [[GraphHopper alloc] init];
82
[_hopper setCHEnableWithBoolean:YES];
83
[_hopper setAllowWritesWithBoolean:NO];
84
- [_hopper setMemoryMapped];
85
[_hopper setEncodingManagerWithEncodingManager:[[EncodingManager alloc] initWithNSString:@"car"]];
+ [_hopper forMobile];
86
[_hopper load__WithNSString:location];
87
}
88
return _hopper;
0 commit comments