<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 10.06.2013 15:17, schrieb Razvan C:<br>
    </div>
    <blockquote
      cite="mid:1370870235.33734.YahooMailNeo@web161704.mail.bf1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:arial,
        helvetica, sans-serif;font-size:12pt">
        <div><span></span></div>
        <blockquote type="cite">
          <div class="ms__id708" style="color: rgb(0, 0, 0);
            font-family: arial, helvetica, sans-serif; font-size: 12pt;
            background-color: rgb(255, 255, 255);"><span>
              <blockquote type="cite">
                <div class="yiv169894672ms__id694 ms__id709"
                  style="color: rgb(0, 0, 0); font-family: arial,
                  helvetica, sans-serif; font-size: 12pt;
                  background-color: rgb(255, 255, 255);">
                  <div><span>For Geocoding I think you can take a look
                      to Nominatim tool (<a moz-do-not-send="true"
                        class="yiv169894672moz-txt-link-freetext"
                        href="http://wiki.openstreetmap.org/wiki/Nominatim"
                        target="_blank" rel="nofollow">http://wiki.openstreetmap.org/wiki/Nominatim</a>).</span></div>
                </div>
              </blockquote>
              <div> We're already using nominatim for the web demo. This
                can't be used for Android for several reasons. Or what
                was the question :) ?</div>
              <div> </div>
              <div><b>What are the reason?</b></div>
            </span></div>
        </blockquote>
        <div> You cannot use nominatim if you want <b>offline</b>
          geocoding. This would mean to port nominatim to android is
          impossible. If you want online geocoding then offline routing
          is senseless too IMO. <br>
          <br>
          But using a graphhopper webservice from Android is easy: have
          a look into the web project and copy & paste
          GraphHopperWeb to your project and use it instead of
          'GraphHopper.java'. Then, to use nominatim, you can use
          NominatimGeocoder</div>
        <div> </div>
        <div><strong>If you want to make an offline GPS you will need a
            nominatim option, because requesting a user to tap on map
            for getting a route is not so right.</strong></div>
      </div>
    </blockquote>
    <br>
    Of course, getting the route from an address will be added later:<br>
    <a class="moz-txt-link-freetext" href="https://github.com/graphhopper/graphhopper/issues/16">https://github.com/graphhopper/graphhopper/issues/16</a><br>
    <br>
    <br>
    <blockquote
      cite="mid:1370870235.33734.YahooMailNeo@web161704.mail.bf1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff; font-family:arial,
        helvetica, sans-serif;font-size:12pt">
        <div><strong>Why is impossible to port nominatim to Android,
            taking in account that you don't port whole World but just a
            portion?</strong></div>
      </div>
    </blockquote>
    <br>
    Did you ever try to setup nominatim on a normal linux box?<br>
    ...<br>
    Feel free to do it. I won't :) ! <br>
  </body>
</html>