Re: [android-developers] Google Maps TOS license issue

2011-10-04 Thread Mark Murphy
That is a question for qualified legal counsel. On Tue, Oct 4, 2011 at 7:21 AM, TN wrote: > I must admit Google's TOS confuse me completely. > > All that I want to do from my Android application is drill to Google > Map Navigation with voice turn-by-turn using: > > > startActivity( >   new Intent

[android-developers] Google Maps TOS license issue

2011-10-04 Thread TN
I must admit Google's TOS confuse me completely. All that I want to do from my Android application is drill to Google Map Navigation with voice turn-by-turn using: startActivity( new Intent( Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + mLatitude + "," + mLongitude)