Private
constructorPrivate
Creates an instance of MPQuery.
Optional
query: stringThe queried text (search text).
Optional
near: MPPointThe query is restricted to entities near this point.
Optional
queryProperties: string[]A list of properties for this query, Uses MPLocationPropertyNames.
Optional
Readonly
nearThe query is restricted to entities near this point.
Optional
Readonly
queryThe queried text (search text).
Optional
Readonly
queryA list of properties for this query, Uses MPLocationPropertyNames.
Static
createCreator for MPQuery, used to decode JSON from the MapsIndoors SDK.
Optional
object: MPQueryParamsGenerated using TypeDoc
A collection of query parameters used to query entities in MapsIndoors.
Export