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
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)
2 matches
Mail list logo