AddressQuery constructor
- String query
Constructs an AddressQuery from the provided text query.
Not supported in OfflineSearchEngine (only available for the Navigate license).
queryDesired query to search.
Implementation
factory AddressQuery(String query) => $prototype.$init(query);