| Method and Description |
|---|
| com.mapbox.api.isochrone.IsochroneService.getCall(String, String, String, String, String, Boolean, Float, Float)
this method was missing the user parameter. Use the getCall() method below instead.
|
| com.mapbox.api.matching.v5.MapboxMapMatching.Builder.waypoints(Integer...)
you should now use
MapboxMapMatching.Builder.waypointIndices(Integer[]) |