We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, thanks for the library. I have a doubt regarding location biasing function, What values to pass to this function.
For example for bangalore city I have bounds
BANGALORE(12.784305f, 77.352505f, 13.178402f, 77.840023f, "GMT+0530", "IN")
So now I tried passing like this
gpaViewController.locationBias = LocationBias(latitude: 13.178402, longitude: 77.840023, radius: 1000)
But I still get filtered results from delhi. Can you please explain what is going wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, thanks for the library. I have a doubt regarding location biasing function, What values to pass to this function.
For example for bangalore city I have bounds
BANGALORE(12.784305f, 77.352505f, 13.178402f, 77.840023f, "GMT+0530", "IN")
So now I tried passing like this
gpaViewController.locationBias = LocationBias(latitude: 13.178402, longitude: 77.840023, radius: 1000)
But I still get filtered results from delhi. Can you please explain what is going wrong.
The text was updated successfully, but these errors were encountered: