Graphhopper for ios

hi, i am new to ios. iam plan to create offline map using graphhopper. so plz guide me

Make yourself familiar with iOS and after that try to install the GraphHopper demo app. Then come back with questions :slight_smile:

thanks for your reply, i will try demo app .

hi now i create ios app with custom offline map using mbtiles and point my current location in map.
now i want routing between two lat lang. how to create path between two point using graphhopper

mbtiles it ok for graphhopper offline routing

thanks

It is done in the demo - you can just copy and paste the snippet there

Check out the route() method in the demo app here: https://github.com/graphhopper/graphhopper-ios/blob/0053582/graphhopper-ios-sample/graphhopper-ios-sample/Directions.m#L97

1 Like