You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
2.7.0-rc.1
New features
Added new function to search for multiple categories, e.g., SearchEngine.search(listOf("coffee_shop", "hotel"), ...),
New option CategorySearchOptions.ensureResultsPerCategory is available. It allows to request category search results to include at least one POI for each category, provided a POI is available in a nearby location.
Bug fixes
Fixed photos metadata parsing for the ApiType.SEARCH_BOX.