You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several APIs were deprecated over the course of 4.x.x releases
AutoValue removal from geoJson package introduced new TypeAdapters for gson parsing of its models and deprecated the old ones removed AutoValue from geoJson #953
When Isochrone API support was added, userAgent was not included in the request. This was fixed by adding a new getCall() method to the Service. The old version of getCall() should be removed
Several APIs were deprecated over the course of 4.x.x releases
AutoValue removal from geoJson package introduced new TypeAdapters for gson parsing of its models and deprecated the old ones removed AutoValue from geoJson #953
When Isochrone API support was added,
userAgentwas not included in the request. This was fixed by adding a newgetCall()method to the Service. The old version ofgetCall()should be removedmapbox-java/services-isochrone/src/main/java/com/mapbox/api/isochrone/IsochroneService.java
Line 57 in 5a1e4e9