-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example project using Swift #26
Comments
Make sure you checkout the 0.8.2 tag instead of using master ( |
Sorry was my mistake i change the isuue name and the question. |
graphhopper-ios uses J2ObjC to translate GraphHopper's Java sources to Objective-C. So the actual GH sources will always be Objective-C, however they can be bridged and used from Swift. There are plans to change this repo to include only the translated GH sources, to make it easier to include in projects. Maybe even a CocoaPod library but this is debatable (see #7 (comment)). There isn't any eta however, any contributions are appreciated. |
@randyhbh see if this help you ignore the
I am using that because I am developing solution for React Native
|
@tnmendes thanks for your help, use your example to compare what I had done, basically the same :), I only havea few questions from your example
|
with respect to the example in swift as soon as I finish with mine, with pleasure I will realize a merge request, I will try to describe it as much as possible and to use the greater amount of functionalities that gives graphhopper :D |
@randyhbh I'm not understanding the question of height...are you talking about latitude and longitude?
I never need that information about distance but have look to: |
yes, i was seeing that you use three coordinates, i imagine that the first two are longitude and latitude, and the third one is height or z
Thanks for the article |
i have a dude, when i generate de data using FILE=cuba-latest.osm.pbf JAVA_OPTS="-Xmx4096m -Xms1000m -server" ./graphhopper-ios-sample/import-sample.sh all necesary data is genrated for vehicle ("car", "foot" or "bike")??? |
i create a swift project and import graphhopper using the xcode method, everything ok so far. There is any chance to make a full example in swift?
The text was updated successfully, but these errors were encountered: