Skip to content

Mapbox Java SDK v4.6.0

Choose a tag to compare

@osana osana released this 11 Apr 19:43
be2f75c
  • Exclude *.java from being added to library jars #992
  • Adjust @nullable and @nonnull annotations to match what comes from Directions API #990
  • Add Isochrone API support #988
  • Remove sonarqube integration #986
  • Remove android tooling #984
  • Remove dependency of Turf library on services-core #981
  • Update MapMatching to use a POST request if the url for a GET request is larger than the maximum allowed size #978
  • Update Directions to use a POST request if the url for a GET request is larger than the maximum allowed size #977
  • Add Interceptor support for MapboxRouteTiles #976
  • Add POST support to Directions #975
  • Add explicit US locale to String.Format of bounding box #973
  • Removed the use of AutoValue from geoJson implementation
    Deprecated PointDeserializer, PointSerializer, BoundingBoxDeserializer and BoundingBoxSerializer #953