<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">> Is it possible to Search Street
name like Geocoding offline in graphhopper in android ? <br>
<br>
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:<br>
iter = graph.getAllEdges<br>
while(iter.next()) {<br>
points = iter.fetchWayGeometry(2);<br>
name = iter.getName();<br>
}<br>
<br>
<br>
On 16.06.2015 10:46, Fred Laurent wrote:<br>
</div>
<blockquote
cite="mid:CAHCHuSMeNK5=u-TFmeByP-PPafAV0z6JSkEznM5H52CXSE890g@mail.gmail.com"
type="cite">
<div dir="ltr">Please :)<br>
</div>
</blockquote>
<br>
please avoid triggering the mailing list! Because everytime you do
this there are hundreds of emails triggered!<br>
<br>
Please read the 'code of behaviour' <a
href="https://lists.openstreetmap.org/listinfo/graphhopper">here</a>:
where I included <b><font color="#000000">1. Make sure it is a
'good' question</font></b><br>
<br>
Regards,<br>
Peter<br>
<br>
<br>
<blockquote
cite="mid:CAHCHuSMeNK5=u-TFmeByP-PPafAV0z6JSkEznM5H52CXSE890g@mail.gmail.com"
type="cite">
<div class="gmail_extra"><br>
<div class="gmail_quote">2015-06-16 10:16 GMT+02:00 Fred Laurent
<span dir="ltr"><<a moz-do-not-send="true"
href="mailto:fredlaurent31@gmail.com" target="_blank">fredlaurent31@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>
<div>
<div>
<div>Hi list,<br>
</div>
Is it possible to Search Street name like Geocoding
offline in graphhopper in android ? <br>
</div>
How to make ? And what is the file names in the
file.ghz ?<br>
</div>
Thank you ,<br>
</div>
Fred<br>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
GraphHopper mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/graphhopper">https://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
</blockquote>
<br>
</body>
</html>