AddressQuery constructor

AddressQuery(
  1. String query
)

Constructs an AddressQuery from the provided text query.

Not supported in OfflineSearchEngine (only available for the Navigate license).

  • query Desired query to search.

Implementation

factory AddressQuery(String query) => $prototype.$init(query);