[GraphHopper] Errors in building graphhopper for android and location of streets graph.

Peter K peathal at yahoo.de
Sat Apr 27 21:18:02 UTC 2013


Hi Khayam,

the first could be related that you need branch 0.1 for the core and for
the android project.

> and secondly i want to know that where .viz graph lies with which our
app interacts.

Not sure I understand this correctly. You create files with the help of
the run.sh script and copy them to your android device.
Check the android demo where they are loaded from SD card

Regards,
Peter.


> I have two problems first is that i am getting error "The method
> putHint(String, int) is undefined for the type GHRequest" in 
> protected GHResponse doInBackground(Void... v) {
>                StopWatch sw = new StopWatch().start();
>                GHRequest req = new GHRequest(fromLat, fromLon, toLat,
> toLon)
>                      
>  .algorithm("dijkstrabi").putHint("douglas.minprecision", 1);
>                GHResponse resp = hopper.route(req);
>                time = sw.stop().getSeconds();
>                return resp;
>            }
>
> and secondly i want to know that where .viz graph lies with which our
> app interacts.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/graphhopper/attachments/20130427/38ee1c34/attachment-0001.html>


More information about the GraphHopper mailing list