Background
This repository (mapbox-java) contains two new artifacts, mapbox-java-services and mapbox-android-services which are the result of combining the original mapbox-geocoder-android and mapbox-directions-android projects as discussed in https://github.com/mapbox/gl-internal/issues/387#issuecomment-200399195.
New features
Besides combining our previous libraries, the codebase now has a number of additional features:
- Separates the pure Java code (e.g. for server use) from the Android-specific code.
- Includes support for v5 of the upcoming directions API.
- Supports the Mapbox Static API.
- Supports RxJava for all geocoding and directions requests in addition to the classic
Call mechanism.
- Includes a lightweight implementation for Java GeoJSON objects.
- Includes additional tests.
Release checklist
After-release checklist
/cc: @1ec5 @bsudekum @twbell @lxbarth @gundersen
Background
This repository (
mapbox-java) contains two new artifacts,mapbox-java-servicesandmapbox-android-serviceswhich are the result of combining the originalmapbox-geocoder-androidandmapbox-directions-androidprojects as discussed in https://github.com/mapbox/gl-internal/issues/387#issuecomment-200399195.New features
Besides combining our previous libraries, the codebase now has a number of additional features:
Callmechanism.Release checklist
CHANGELOG.md@zugaldiamapbox-android-serviceswithout legacy libraries @bleege @zugaldia https://github.com/mapbox/sirius-android/issues/276After-release checklist
/cc: @1ec5 @bsudekum @twbell @lxbarth @gundersen