Lyfi button not showing Estimate
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 46
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Hi bro
i try your example code its showing Estimate times and price but in i try dynamic and static diffrent area its not showing ?
i using this lat long
```
let pickup = CLLocationCoordinate2D(latitude: 39.9400543, longitude: -82.00999430000002)
let destination = CLLocationCoordinate2D(latitude: 39.92797760000001, longitude: -82.0164671)
LyftButton.configure(rideKind: LyftSDK.RideKind.Standard, pickup: pickup, destination: destination)
```
its not showing ..


Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the LyftButton.configure call shown in the issue and compare it with the working example for the supplied pickup and destination coordinates. Check why the button does not display estimate times or price for these dynamic and static areas; done means the configured button shows the expected estimate consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100