bramus / bramus/react-native-maps-directions

How is this library showing the Steps?

Open
#202 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
210
PR merge metrics
No merged PRs in 30d

Description

I am considering using this library, but I need to show details about the Steps (`routes.legs.steps`).

For example, I'm "moving" from Rome, Italy, to Berlin, Germany, and these are the steps:
Screen Shot 2022-07-29 at 01 35 25

So, I have a Train from Rome to Bolzano, then a Train from Bolzano to Munich, and then a train from Munich to Berlin.
I need to show that info in the map for the user, and even the links to the agencies where the user can buy the train tickets (check the last line (trenitalia.com) in this screenshot:)

Screen Shot 2022-07-29 at 01 36 39

Is this library showing this info or provides a way to expose to the parent component that info (in a... onFinish event or something like that) in order to render some info about it?

Thanks!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by checking whether the component exposes routes.legs.steps or provides an onFinish event containing that data. Determine whether transit agencies and ticket links are available in the returned route details, and define completion as documenting or exposing the required step information to the parent component.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.