RioBus / android-app

RioBus mobile app written with Java
http://riob.us
GNU General Public License v2.0
19 stars 20 forks source link

Calcular tempo para ônibus chegar #7

Open fmsouza opened 10 years ago

fmsouza commented 10 years ago

Construir algoritmo para mostrar tempo que o ônibus vai levar para sair de onde está e chegar no ponto mais próximo ao do usuário.

pedrocortez commented 9 years ago

alguem sabe se o waze ou o maps tem alguma api que calcule o tempo?

macecchi commented 9 years ago

https://developers.google.com/maps/documentation/distancematrix/?hl=pt-br

The Google Distance Matrix API is a service that provides travel distance and time for a matrix of origins and destinations. The information returned is based on the recommended route between start and end points, as calculated by the Google Maps API, and consists of rows containing duration and distance values for each pair.

fmsouza commented 9 years ago

A ideia, a princípio, seria calcular isso sem usar APIs externas, só através dos próprios dados gerados pela plataforma. Mas isso ainda ta em aberto e vai ficar pros próximos capítulos. Precisa ser discutido.

Em ter, 23 de jun de 2015 11:03, Mario Cecchi notifications@github.com escreveu:

https://developers.google.com/maps/documentation/distancematrix/?hl=pt-br

The Google Distance Matrix API is a service that provides travel distance and time for a matrix of origins and destinations. The information returned is based on the recommended route between start and end points, as calculated by the Google Maps API, and consists of rows containing duration and distance values for each pair.

— Reply to this email directly or view it on GitHub https://github.com/RioBus/android/issues/7#issuecomment-114516884.

macecchi commented 9 years ago

@fmsouza qual o problema de colocar a api do Google enquanto não faz isso? Parece ser bem simples usar e é uma coisa que seria muito útil!

fmsouza commented 9 years ago

Não sei. Ainda não foi discutido, esse ponto. Só foi posta a ideia aí pra não perder.

Em ter, 23 de jun de 2015 11:11, Mario Cecchi notifications@github.com escreveu:

@fmsouza https://github.com/fmsouza qual o problema de colocar a api do Google enquanto não faz isso? Parece ser bem simples usar e é uma coisa que seria muito útil!

— Reply to this email directly or view it on GitHub https://github.com/RioBus/android/issues/7#issuecomment-114518717.