Hi guys,
I'm trying to develop a simple app to calculate distance and travel duration from point A to B.
The fact is, I have lots of doubts...
1st of all) I didn't find the similar info that ActivityStarter will use in google API page, are they the same used in WHERE IS MY CAR APP?
Action = android.intent.action.VIEW
ActivityClass = com.google.android.maps.MapsActivity
ActivityPackage = com.google.android.apps.maps
2nd) Considering I'm able to set up the correct URL to activate Google API, how do I process its response? I mean, how do I extract from the response the info I need (distance and trip duration) ?
Hope you can help me here.
Regards,
Fernando