Closed harryRichardIzquierdo closed 8 years ago
@jd-alexander I don't know if it's related but the README is outdated when it describes the onRoutingSuccess
listener .. it should be public void onRoutingSuccess(ArrayList<Route> route, int shortestRouteIndex)
maybe that is the problem @harryRichardIzquierdo is having because seems like he copy-pasted the sample.
you're right, thank you very much @fcduarte for your help, but not solved, wanted a simple example to go slowly understanding. I want to have 3 LatLng for the road is generated.
Check out the whole repository and look the MainActivity
class from the
sample module .. It'll help to start.
On Wed, Jan 6, 2016 at 1:15 PM harryRichardIzquierdo < notifications@github.com> wrote:
you're right, thank you very much for your help, but not solved, wanted a simple example to go slowly understanding. I want to have 3 LatLng for the road is generated.
— Reply to this email directly or view it on GitHub https://github.com/jd-alexander/Google-Directions-Android/issues/41#issuecomment-169463118 .
I'm sorry I haven't updated the readme. I am gonna do so now.
I have a simple example, but I have problems, do me a great favor if you help me.