Open fmsouza opened 10 years ago
alguem sabe se o waze ou o maps tem alguma api que calcule o tempo?
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.
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.
@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!
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.
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.