jd-alexander / Google-Directions-Android

This project allows you to calculate the route between two locations and displays it on a map.
https://play.google.com/store/apps/details?id=com.directions.sample
MIT License
979 stars 394 forks source link

Issue when using the gradle library and the RoutingListener #52

Closed jmwenda closed 8 years ago

jmwenda commented 8 years ago

I am having the problem of when using the RoutingListener and trying to overide the

public void onRoutingSuccess(ArrayList route, int shortestRouteIndex) in my class.. A the ArrayList route, I keep getting expression expected. I am using the example attached with the repo and also declared ArrayList route; Please help