| 48 | }; |
| 49 | |
| 50 | struct SearchRequest |
| 51 | { |
| 52 | std::string m_query; |
| 53 | std::string m_locale; |
| 54 | bool m_isSearchOnMap = false; |
| 55 | bool m_selectFirstResult = false; |
| 56 | }; |
| 57 | |
| 58 | struct InAppFeatureHighlightRequest |
| 59 | { |
no outgoing calls
no test coverage detected