lyft / lyft/Lyft-iOS-sdk

Lyfi button not showing Estimate

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

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 ..
![screen shot 2018-12-08 at 5 02 28 pm](https://user-images.githubusercontent.com/44321070/49685577-758a2580-fb0b-11e8-9b45-abee36ec6461.png)
![screenshot 2018-12-08 at 5 01 42 pm](https://user-images.githubusercontent.com/44321070/49685580-758a2580-fb0b-11e8-9b73-5beb587ccd5b.png)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.