build method

MPQuery build()

Construct a MPQuery

Implementation

MPQuery build() {
  return MPQuery._(_query, _near, _queryProperties);
}