[GraphHopper] Search Street name
Peter
graphhopper at gmx.de
Tue Jun 16 10:52:53 UTC 2015
> Is it possible to Search Street name like Geocoding offline in
graphhopper in android ?
No inbuilt method yet. But users reported they just loop over all names
(e.g. safe them in an array) and associate the location with them:
iter = graph.getAllEdges
while(iter.next()) {
points = iter.fetchWayGeometry(2);
name = iter.getName();
}
On 16.06.2015 10:46, Fred Laurent wrote:
> Please :)
please avoid triggering the mailing list! Because everytime you do this
there are hundreds of emails triggered!
Please read the 'code of behaviour' here
<https://lists.openstreetmap.org/listinfo/graphhopper>: where I included
*1. Make sure it is a 'good' question*
Regards,
Peter
>
> 2015-06-16 10:16 GMT+02:00 Fred Laurent <fredlaurent31 at gmail.com
> <mailto:fredlaurent31 at gmail.com>>:
>
> Hi list,
> Is it possible to Search Street name like Geocoding offline in
> graphhopper in android ?
> How to make ? And what is the file names in the file.ghz ?
> Thank you ,
> Fred
>
>
>
>
> _______________________________________________
> GraphHopper mailing list
> GraphHopper at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/graphhopper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/graphhopper/attachments/20150616/6a780db6/attachment.html>
More information about the GraphHopper
mailing list