Releases: mapbox/mapbox-java
Releases · mapbox/mapbox-java
Mapbox Java SDK v5.1.0-beta.2
Mapbox Java SDK v5.1.0-beta.1
- Removed typo in
BannerView
class javadocs #1111 - Extract refresh models into separate module #1107
- Bumped
StaticMapCriteria
constant style strings to new versions #1109 - Add
toBuilder()
method toRouteOptions
andWalkingOptions
#1110 - Split Directions models from the implementation into a separate module #1104
Mapbox Java SDK v5.0.0
- Update to AndroidX annotation #1095
- Rename references of
mapIds
totileSetIds
#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
Mapbox Java SDK v4.9.0-alpha.1
- 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
Release 4.8.0 (#1030)
Mapbox Java SDK v4.8.0-alpha.3
- Added walking options serialize names adjustments #1028
Mapbox Java SDK v4.8.0-alpha.2
- Added walking options #991