[android-developers] Re: Maps API and legacy

2010-09-29 Thread arnouf
I found a solution calling Intent. Is it legal ? startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(http:// maps.google.com/maps? f=dhl=ensaddr=43.593051,43.593051daddr=43.593052,7.004667ie=UTF80om=0)); On Sep 29, 5:27 pm, arnouf arnaud.far...@gmail.com wrote: Hi all, I found this post

[android-developers] Re: Maps API and legacy

2010-09-29 Thread Morrison Chang
I think that the code for the Intent is legal, its just a URI. And you don't need a Google Maps API key to use it. All the code does is either launches the Google Maps App or the Browser which go to the Google Maps site. As either would launch new apps I would think its okay with the realization