mapbox-java

The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data

MIT License

Stars
419
Committers
54

Bot releases are visible (Hide)

mapbox-java - Mapbox Java SDK v7.2.0 Latest Release

Published by mapbox-github-ci-writer-public-1[bot] about 2 months ago

v7.2.0 - August 28, 2024

  • Added PaymentMethods#etc2 payment method.
  • Added V6StructuredInputQuery#country option.
mapbox-java - Mapbox Java SDK v7.1.0

Published by DzmitryFomchyn 3 months ago

v7.1.0 - July 8, 2024

  • Optimize memory usage in Directions API model classes by interning frequently occurring strings in JSON.
mapbox-java - Mapbox Java SDK v7.0.0

Published by ahmedaly16 6 months ago

v7.0.0 - April 23, 2024

  • Added Geocoding V6 Support.
mapbox-java - Mapbox Java SDK v6.15.0

Published by mapbox-github-ci-writer-public-1[bot] 11 months ago

v6.15.0 - November 13, 2023

  • Added DirectionsCriteria#PAYMENT_METHOD_ETC2 option to pass as RouteOptions#computeTollCosts and to receive in IntersectionsLanes#paymentMethods.
mapbox-java - Mapbox Java SDK v6.14.0

Published by mapbox-github-ci-writer-public-1[bot] 12 months ago

v6.14.0 - October 26, 2023

  • Added LegAnnotation#freeflowSpeed and LegAnnotation#currentSpeed. To receive these annotations, pass DirectionsCriteria.ANNOTATION_FREEFLOW_SPEED and DirectionsCriteria.ANNOTATION_CURRENT_SPEED in the request in the "annotations" parameter.
mapbox-java - Mapbox Java SDK v6.13.0

Published by mapbox-github-ci-writer-public-1[bot] about 1 year ago

v6.13.0 - July 31, 2023

  • No additional changes
mapbox-java - Mapbox Java SDK v6.13.0-beta.2

Published by mapbox-github-ci-writer-public-1[bot] about 1 year ago

v6.13.0-beta.2 - July 28, 2023

  • Added Incident#trafficCodes.
mapbox-java - Mapbox Java SDK v6.13.0-beta.1

Published by mapbox-github-ci-writer-public-1[bot] over 1 year ago

v6.13.0-beta.1 - July 11, 2023

  • Added StepIntersection.mergingArea.
mapbox-java - Mapbox Java SDK v6.12.0

Published by mapbox-github-ci-writer-public-1[bot] over 1 year ago

v6.12.0 - May 30, 2023

  • No additional changes
mapbox-java - Mapbox Java SDK v6.12.0-beta.1

Published by mapbox-github-ci-writer-public-1[bot] over 1 year ago

v6.12.0-beta.1 - May 25, 2023

  • Added DirectionsResponse.fromJson(Reader) and DirectionsResponse.fromJson(Reader, RouteOptions) to support streaming serialisation of DirectionsResponse.
mapbox-java - Mapbox Java SDK v6.11.0

Published by mapbox-github-ci-writer-public-1[bot] over 1 year ago

v6.11.0 - March 03, 2023

  • No additional changes
mapbox-java - Mapbox Java SDK v6.11.0-beta.1

Published by mapbox-github-ci-writer-public-1[bot] over 1 year ago

v6.11.0-beta.1 - February 03, 2023

  • No additional changes
mapbox-java - Mapbox Java SDK v6.10.0

Published by mapbox-github-ci-writer-public-1[bot] over 1 year ago

v6.10.0 - January 19, 2023

mapbox-java - Mapbox Java SDK v6.10.0-beta.4

Published by mapbox-github-ci-writer-public-1[bot] almost 2 years ago

v6.10.0-beta.4 - December 02, 2022

  • Added "routable points" support for services-geocoding #1522
mapbox-java - Mapbox Java SDK v6.10.0-beta.3

Published by mapbox-github-ci-writer-public-1[bot] almost 2 years ago

v6.10.0-beta.3 - November 30, 2022

  • Specified supported amenity types via DirectionsCriteria#AmenityTypeCriteria. #1515
  • Fixed an issue where the OptimizationResponse#trips#routeIndex and OptimizationResponse#trips#routeOptions weren't correctly assigned. #1517
mapbox-java - Mapbox Java SDK v6.10.0-beta.2

Published by mapbox-github-ci-writer-public-1[bot] almost 2 years ago

v6.10.0-beta.2 - November 11, 2022

  • Added paymentMethods parameter for RouteOptions and IntersectionLanes. #1449
mapbox-java - Mapbox Java SDK v6.10.0-beta.1

Published by mapbox-github-ci-writer-public-1[bot] almost 2 years ago

v6.10.0-beta.1 - November 09, 2022

  • Added RouteOptions#waypointsPerRoute() and RouteOption.Builders#waypointsPerRoute() methods. #1509
  • Added DirectionsRoute#waypoints. #1509
mapbox-java - Mapbox Java SDK v6.9.0

Published by mapbox-github-ci-writer-public-1[bot] almost 2 years ago

v6.9.0 - November 09, 2022

  • Removed RouteOptions#waypointsPerRoute() and RouteOption.Builders#waypointsPerRoute() methods. #1506
  • Removed DirectionsRoute#waypoints and made non-deprecated DirectionsResponse#waypoints. #1506
mapbox-java - Mapbox Java SDK v6.9.0-beta.2

Published by mapbox-github-ci-writer-public-1[bot] almost 2 years ago

v6.9.0-beta.2 - November 03, 2022

  • Added RouteOptions#waypointsPerRoute() and RouteOption.Builders#waypointsPerRoute() methods. #1503
  • Added DirectionsRoute#waypoints and deprecated DirectionsResponse#waypoints. #1503
mapbox-java - Mapbox Java SDK v6.9.0-beta.1

Published by mapbox-github-ci-writer-public-1[bot] almost 2 years ago

v6.9.0-beta.1 - October 21, 2022

  • Added getUnrecognizedJsonProperties() method to DirectionsRefreshJsonObject so that unrecognized properties can be received from refresh response. #1500
  • Added DirectionsRefreshJsonObject.Builder#unrecognizedJsonProperties. #1500
  • Added getUnrecognizedJsonProperties() method to DirectionsJsonObject so that a map of unrecognized properties can be received from route response. #1500
  • Added DirectionsJsonObject.Builder#unrecognizedJsonProperties. #1500