That is a question for qualified legal counsel.

On Tue, Oct 4, 2011 at 7:21 AM, TN <[email protected]> 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(
>        Intent.ACTION_VIEW,
>        Uri.parse("google.navigation:q=" + mLatitude + "," +
> mLongitude)
>   )
> );
>
> I don't want to add value, cache, scrape... just give the user a
> shortcut to their application.
>
> So can I drop this line of code in my custom application, or not?  No
> way I can shell out $17K for it!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to