Parameter interface for MPQuery.

Export

MPQueryParams

interface MPQueryParams {
    near?: MPPoint;
    query?: string;
    queryProperties?: string[];
}

Properties

near?: MPPoint

The query is restricted to entities near this point.

query?: string

The queried text (search text).

queryProperties?: string[]

A list of properties for this query, Uses MPLocationPropertyNames.

Generated using TypeDoc