Skip to content

Releases: mapbox/mapbox-java

Mapbox Java SDK v5.0.0

Choose a tag to compare

@langsmith langsmith released this 09 Jan 00:15
  • Update to AndroidX annotation #1095
  • Rename references of mapIds to tileSetIds #1047
  • Removed deprecated getCall() method in IsochroneService #1099
  • Directions junction view api #1097
  • Add banner component type #1098
  • Remove references to enterprise from geocoding docs #1084
  • Add network interceptor to directions #1093
  • Replaced NotNull with NonNull annotation in TurfConversion class #1092
  • BannerText, RouteOptions builders: removed nullable annotations #1091
  • Adding and adjusting repo issue templates #1069
  • Adding combine turf method #1008
  • Add turf area measurement method. #1079

Mapbox Java SDK v4.9.0

Choose a tag to compare

@langsmith langsmith released this 23 Sep 16:36
f590c74
  • Added intersection search support to MapboxGeocoding #1074
  • Added support for Turf polygonToLine method #1075

Mapbox Java SDK v4.9.0-alpha.1

Pre-release

Choose a tag to compare

@langsmith langsmith released this 04 Sep 23:25
  • Fixed up bintray publish script, generate sources and javadoc jars #1065
  • Keep *.java files in source.jar artifacts #1064
  • Added setup for bintray release process #1037
  • Add an API to check if a custom shifter is set. #1062
  • Added new nearestPointOnLine default and custom distance unit #1058
  • Adjustments to TurfMeasurement#bboxPolygon() to return a Feature instead of Polygon #1055
  • Added fuzzyMatch support to MapboxGeocoding #1051
  • Add Interceptor support to Directions Refresh API and enable Debug logging #1039
  • Add square() api to TurfMeasurement #1019
  • Adjusted link to Turf installation instructions #1038
  • Removed the last updated line from ported Turf method list #1032
  • Making GeoJson extend Serializable #1034
  • Add support for Turf envelope #1020

Mapbox Java SDK v4.8.0

Choose a tag to compare

@osana osana released this 13 May 17:39
305f6a7
Release 4.8.0 (#1030)

Mapbox Java SDK v4.8.0-alpha.3

Pre-release

Choose a tag to compare

@osana osana released this 10 May 21:33
eee0a83
  • Added walking options serialize names adjustments #1028

Mapbox Java SDK v4.8.0-alpha.2

Pre-release

Choose a tag to compare

@osana osana released this 10 May 02:05
7120a50
  • Added walking options #991

Mapbox Java SDK v4.8.0-alpha.1

Pre-release

Choose a tag to compare

@osana osana released this 07 May 19:40
96de6b9
  • Adding explode turf method #1007
  • Adding coordAll() versions for Feature, FeatureCollection, and Geometry parameters #1009

Mapbox Java SDK v4.7.0

Choose a tag to compare

@osana osana released this 24 Apr 22:22
a04ac30
  • Added @keep annotation to ease integration of geojson library #1005
  • Fix possible IndexOutOfBoundsException exception #1013

Mapbox Java SDK v4.7.0-alpha.1

Pre-release

Choose a tag to compare

@osana osana released this 23 Apr 07:34
5c65967
  • Adding BoundingBoxPolygon turf method #1006
  • Feature.get*Property should return null for non-existent property #1001
  • added overloaded method bbox that takes in a BoundingBox #999
  • Adding userAgent parameter to Isochrone request retrofit call URL #997

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