bramus / bramus/react-native-maps-directions
Any way to get bounds in the data returning from onReady method of MapViewDirections
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
I want the bounds to be passed for navigation. I checked the code of this repo, you have returned limited parameters (i.e., distance, duration, coordinates, fare, legs, waypointOrder) coming from the routes, why don't you return everything and then the developers can use whatever they want.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the MapViewDirections onReady method and how it selects parameters from the routes response. Confirm which bounds data is available there and preserve the existing distance, duration, coordinates, fare, legs, and waypointOrder values. Done means onReady also exposes bounds for navigation use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100