Skip to content

Conversation

jokerttu
Copy link
Contributor

@jokerttu jokerttu commented Oct 3, 2025

Breaking change:

  • Upgrades Google Maps Navigation SDK for Android to version 7.0.0
  • Adds new enum value RouteStatus.DUPLICATE_WAYPOINTS_ERROR
  • Updates targetSdkVersion to 36

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation
  • I added new tests to check the change I am making
  • All existing and new tests are passing.

- set targetSdkVersion to 36
- add support for new RouteStatus: DUPLICATE_WAYPOINTS_ERROR
@jokerttu jokerttu changed the title feat!: upgrade android SDK to 7.0.0 feat!: upgrade Android SDK to 7.0.0 Oct 3, 2025
Copy link
Contributor

@ArturoSalazarB16 ArturoSalazarB16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thanks Joonas!

Left a comment WRT updating the docs around the "Traffic lights"/"Stop signs" to indicate the behavior change.


if (map.containsKey("showTrafficLights")) {
options.showTrafficLights(CollectionUtil.getBool("showTrafficLights", map, false));
boolean showTrafficLights = CollectionUtil.getBool("showTrafficLights", map, true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a note to the TS types relevant to indicate of this behavior change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants