A collection of query parameters used to query entities in MapsIndoors.

Export

Hierarchy

  • MPQuery

Constructors

Properties

Methods

Constructors

  • Private

    Creates an instance of MPQuery.

    Parameters

    • Optional query: string

      The queried text (search text).

    • Optional near: MPPoint

      The query is restricted to entities near this point.

    • Optional queryProperties: string[]

      A list of properties for this query, Uses MPLocationPropertyNames.

    Returns MPQuery

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.

Methods

  • Creator for MPQuery, used to decode JSON from the MapsIndoors SDK.

    Parameters

    Returns MPQuery

    Static

Generated using TypeDoc