Mapbox welcomes participation and contributions from everyone.
- Bring back
toString()method inCarmenFeature
Full changelog: https://github.com/mapbox/mapbox-java/issues?q=milestone%3Av1.2.1+is%3Aclosed
- Support for the Map Matching API
- Improved Geocoder API (including support for
wikidataandbbox) - Better Static Image API
- Some Turf methods ported to Java:
TurfMeasurement.bearing,TurfMeasurement.destination,TurfMeasurement.distance,TurfMeasurement.lineDistance,TurfHelpers.distanceToRadians,TurfHelpers.radiansToDistance,TurfMisc.lineSlice simplify-jsported to Java
Full changelog: https://github.com/mapbox/mapbox-java/issues?q=milestone%3Av1.2.0+is%3Aclosed
- Support for directions API v5
- Support for Maki 3 and directions icons in Test App
- Fixed a bug where locale was different from
Locale.US
Full changelog: https://github.com/mapbox/mapbox-java/issues?q=milestone%3Av1.1.0+is%3Aclosed
- Initial release: Java module with no Android dependencies
- Support for Geocoding API v5
- Support for Directions API v4 and v5
- Support for Static API v1
- RxJava support
- Support for GeoJSON objects
- Polyline encoder and decoder