react-native-maps-routes are documented on this page.
Latest Version: 1.5.2
1.5.2 (2026-02-27)
Bug Fixes
Previous Versions
1.5.1 (2026-02-11)
Bug Fixes
1.5.0 (2026-02-10)
Features
Adds support for route modifiers to customize routing behavior:routeModifiersprop: Control route preferences likeavoidTolls,avoidHighways,avoidFerries, andavoidIndoorrequestBodyOverridesprop: Override or add any field to the Routes API request body for advanced customization
1.4.0 (2026-02-10)
Features
Adds support for route legs and turn-by-turn navigation:legFieldsprop: Request leg-level data like duration, distance, start/end locationslegStepFieldsprop: Request step-level data including navigation instructionsonLegscallback: Receive detailed route segment information
Only request the fields you need to minimize API costs. The field mask is automatically generated based on your selections.
1.3.8 (2025-12-18)
Bug Fixes
1.3.7 (2025-12-15)
Bug Fixes
1.3.6 (2025-10-20)
Bug Fixes
1.3.5 (2025-10-08)
Bug Fixes
1.3.4 (2025-09-12)
Bug Fixes
1.3.3 (2025-08-27)
Bug Fixes
1.3.2 (2025-08-12)
Bug Fixes
1.3.1 (2025-07-24)
Bug Fixes
1.3.0 (2025-07-05)
Features
Adds support for intermediate waypoints between origin and destination:waypointsprop: Array of up to 25LatLngobjects- Routes now pass through each waypoint in order
1.2.2 (2025-06-30)
Bug Fixes
1.2.1 (2025-06-12)
Bug Fixes
1.2.0 (2025-05-27)
Features
Adds ability to fetch the total distance of the route:enableDistanceprop: Set totrueto enable distance calculationonDistancecallback: Receives the distance in meters
1.1.0 (2025-05-07)
Features
Adds ability to fetch estimated travel time (ETA):enableEstimatedTimeprop: Set totrueto enable ETA calculationonEstimatedTimecallback: Receives the estimated time in milliseconds
Bug Fixes
- build (519cd1c)
1.0.4 (2025-03-01)
Bug Fixes
1.0.3 (2023-06-09)
Bug Fixes
1.0.2 (2023-06-09)
Minor improvements and documentation updates.1.0.1 (2023-06-09)
Minor improvements and documentation updates.1.0.0 (2023-06-09)
Features
First stable release ofreact-native-maps-routes!
Core Features:
- Route rendering between origin and destination coordinates
- Support for multiple travel modes:
DRIVE,WALK,BICYCLE,TWO_WHEELER - Customizable route styling (stroke color, width, line cap, line join)
- Integration with Google Maps Routes API
- TypeScript support with full type definitions
- Callbacks for route ready and error states