OptionalcategoriesA list of categories (keys) from, for example, MPLocation#categories.
OptionaldepthThe depth property makes it possible to get the n'th descendant of a parent location.
Thus, the depth property only applies to filters that has set one or more parents. The hierarchical tree of data is generally structured as Venue > Building > Floor > Room > POI.
For example, this means that a Floor is the 1st descendant of a Building. So to get all locations inside a Building, set the [depth] to 3.
The default value is 1, giving you only the immediate descendant of the specified parents.
OptionalfloorThe floorIndex property makes it possible to get the locations on a specific floor.
OptionalgeometryA geometry to search inside.
OptionalignoreAllows queries to return results that are marked as inactive using the active from/to mechanism.
OptionalignoreAllows queries to return results that are marked as non-searchable.
OptionallocationsA list of location ids to search in.
OptionalmapThe outer bounds of the query.
OptionalparentsA list of parent ids.
OptionalskipHow many of the applicable locations to skip.
OptionaltakeHow many of the applicable locations to include.
OptionaltypesA list of location types to search in.
Parameter interface for MPFilter.
Export
MPFilterParams