Aug 25, 2017 · 1 min read
Hello. I am trying to use Mapbox to implement a novice navigation app myself with a feature of Routing specifically for Cycling. In the part,
DirectionsRoute route = response.getbody().getRoutes().get(0);
the method getRoutes() is not found. Please help me