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
Is the feature related to location lookups Yes, it would allow more relevant results to be returned for a user if specified.
e.g. there are 16 San Franciscos in the world, but I am only interested in the ones for North America
Several options to implement:
locationSearchService.search("San Francisco", Region.NORTH_AMERICA);
locationSearchService.setResultsRegionFilter(Region.NORTH_AMERICA);
Some function that sorts results based on what regions.
e.g.
if result is in region then prioritise, else deprioritise
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is the feature related to location lookups
Yes, it would allow more relevant results to be returned for a user if specified.
e.g. there are 16 San Franciscos in the world, but I am only interested in the ones for North America
Several options to implement:
Some function that sorts results based on what regions.
e.g.
if result is in region then prioritise,
else deprioritise
The text was updated successfully, but these errors were encountered: