Skip to content

v0.15.0

Latest

Choose a tag to compare

@googlemaps-bot googlemaps-bot released this 21 Apr 09:32
ca3e4e6

0.15.0 (2026-04-21)

⚠ BREAKING CHANGES

  • continueToNextDestination() now returns ContinueToNextDestinationResponse containing waypoint and routeStatus
  • mapStyle prop on Android now expects the JSON styling string directly, matching iOS behavior. Previously Android incorrectly expected a URL to a JSON style file.

Features

  • upgrade Nav SDKs to Android 7.6.0 and iOS 10.12.0 (#571) (8292ae1)

Bug Fixes

  • cross platform mapStyle prop handling (#565) (54c25c6)
  • prevent crash on min/max zoom changes and fix zoom on navigation (#572) (92cecf8)
  • prevent crash when tapping marker without snippet on iOS (#568) (72069ca)
  • resolve race condition in location listener causing NullPointerException (#569) (11f79ae)