Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calculateDirections() return only one PXGoogleDirectionsRoute always. #34

Closed
hayaoMobile opened this issue Mar 30, 2017 · 2 comments
Closed

Comments

@hayaoMobile
Copy link

directionAPI.from = PXLocation.coordinateLocation(location1)
directionAPI.to = PXLocation.coordinateLocation(location2)

directionAPI.calculateDirections({ response in
switch response {
case let .error(, error):
break
case let .success(
, routes):
print(routes.count)
break
}
})

Then always return only one value.
Please help me.

@poulpix poulpix self-assigned this Apr 11, 2017
@poulpix
Copy link
Owner

poulpix commented Apr 11, 2017

Hi @hayaoMobile, could you please give me one or more examples of source and destination coordinates that trigger this issue?
Thanks

@poulpix poulpix added this to Investigating in PXGoogleDirections V1.4 Apr 17, 2017
@poulpix
Copy link
Owner

poulpix commented Oct 10, 2017

Closing the issue (no details provided)

@poulpix poulpix closed this as completed Oct 10, 2017
@poulpix poulpix moved this from Investigating to Cancelled in PXGoogleDirections V1.4 Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants