<div dir="ltr"><div>I don't think it works without a key and this are the ToS <a href="https://developers.google.com/maps/terms">https://developers.google.com/maps/terms</a>. For me are not a big problem as they let me maintain the application open source compliant.</div>

<div><br></div><div>MapQuest API seems very similar to OSMdroid one, for the code that I have seen in your link, with the map activity, map view, map controllers the implementation of MyLocation, etc. The only thing that I have seeing different is the route manager, but maybe just the programmers in OTP client took a different approach and something similar is also present in OSMdroid.  All problems related to fragments and lifecycle will still be there.</div>

<div><br></div><div>Kind regards,</div><div><br></div><div>Vreixo</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/29 Pavel Melnikov <span dir="ltr"><<a href="mailto:positron96@gmail.com" target="_blank">positron96@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font>Thanks for your reply Vreixo!</font><div><font><br></font></div><div><font>Do Google maps work without API key? I do not plan to use Google tiles and google services at all, but I suspect I'll need to obtain a key and sign some ToS anyway.</font></div>


<div><font>Also, there is a Mapquest maps api (</font><a href="http://developer.mapquest.com/web/products/featured/android-maps-api/documentation" target="_blank">http://developer.mapquest.com/web/products/featured/android-maps-api/documentation</a>), any idea if it's useful?</div>


<div><br></div><div>Best wishes,</div><div>   Pavel</div><div class="HOEnZb"><div class="h5"><div><br><div class="gmail_quote">On Mon, Jul 29, 2013 at 7:59 PM, Vreixo González <span dir="ltr"><<a href="mailto:vreixo@gmail.com" target="_blank">vreixo@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div>Hello Pavel,</div><div><br></div><div>I have chose this API because is much newer and offers much more functionality. OSMdroid API is what was used until now in the app and is a replacement of Google's API V1 with almost the same features.</div>




<div><br></div><div>One of the principal advantages for me is that with new API some operations are much easier and elegant. It has an automatic MyOverlay layer to display user's position, markers added and configured in one instruction, the same for route lines, better controls to move the camera, etc.</div>




<div>This things could be done with OSMdroid API but required much more code.</div><div><br></div><div>This API uses a fragment natively to display the map and takes care of all lifecycle steps regarding this (no need of save and restore map state onPause and onResume). The fragment is much more adecuate to work with it than the old activity and also is better for future integration with Action bars and other components.</div>




<div><br></div><div>Also this maps are more nice to see, with the possibility to tilt, rotate the map and the MyLocation and compass integrated. Also the possibility to manage indoor mapping is interesting (in OTP there are some people working on this).</div>




<div><br></div><div>For what I have read people was really waiting for the new API and has a lot of promissing features that I didn't have explored yet.</div><div><br></div><div>The issues with the keys can provoke same time waste if you're not lucky but after being configured there are no more problems and they don't introduce any limitations and they produce usefull usage statistics.</div>




<div><br></div><div>If you only want OSM tiles is very simple, just set map type to none and add a TileOverlay with an OSM provider. Regarding tiles, I will let the two options in OpenTripPlanner client.</div><div><br></div>




<div><br></div><div>Kind regards,</div><div><br></div><div>Vreixo</div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>