-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Milestone
Description
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
@GET("/isochrone/v1/{profile}/{coordinates}")