lyft / Lyft-iOS-sdk

Public Lyft SDK for iOS
Other
43 stars 27 forks source link

Lyfi button not showing Estimate #25

Open isaacraja15 opened 5 years ago

isaacraja15 commented 5 years ago

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 screenshot 2018-12-08 at 5 01 42 pm