This question already has an answer here:
me again. I've successfully managed to calculate the distance between two places:
float[] results = new float[1];
Location.distanceBetween(start.latitude, start.longitude,
lat, longi, results);
However, I'm wondering if it's possible to calculate the travel time?
Thanks.
0 comments:
Post a Comment