<div dir="ltr"><div><div>Sorry, <br></div>This is my code ...<br> GraphHopper Hopp = new GraphHopper().forMobile();<br> Hopp.load(new File(mapsFolder, currentArea).getAbsolutePath()); //load graph.........<br><br>.................<br>  GHRequest req = new GHRequest(fromLat, fromLon, toLat, toLon);<br> req.setVehicle("bike").setAlgorithm(AlgorithmOptions.ASTAR_BI);<br><br><br></div>My error in log is : [java.lang.IllegalArgumentException: Vehicle bike unsupported.<br>Supported are:car]  .. I don't understand .. <br><div>                      <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-29 11:16 GMT+02:00 Emux <span dir="ltr"><<a href="mailto:devemux86@gmail.com" target="_blank">devemux86@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>You need to show us the error to
      understand.<br>
      <br>
      BTW make sure the graph supports the vehicles you want to use
      (car, bike, foot
      etc).<a href="https://lists.openstreetmap.org/listinfo/graphhopper" target="_blank">https://lists.openstreetmap.org/listinfo/graphhopper</a><br>
      <br>
    </div><span class="">
    <div>-- <br>
      <font color="#000000">Emux</font><br>
      <a href="http://wiki.openstreetmap.org/wiki/Cruiser" target="_blank">Cruiser</a> -
      <a href="http://wiki.openstreetmap.org/wiki/Atlas_%28navigation_application%29" target="_blank">Atlas</a></div>
  </span></div>

<br>_______________________________________________<br>
GraphHopper mailing list<br>
<a href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/graphhopper" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/graphhopper</a><br>
<br></blockquote></div><br></div>