Builder

open class Builder

Constructors

Link copied to clipboard
open fun Builder()

Functions

Link copied to clipboard
open fun build(): MPFilter
Link copied to clipboard
Link copied to clipboard
open fun setDepth(@IntRange(from = 1) depth: Int): MPFilter.Builder
The 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.
Link copied to clipboard
open fun setFloorIndex(floorIndex: Int): MPFilter.Builder
Link copied to clipboard
Link copied to clipboard
open fun setIgnoreLocationActiveStatus(ignoreActiveToFromStatus: Boolean): MPFilter.Builder
Make queries return location-results that are marked as inactive using the active from/to mechanism.
Link copied to clipboard
Make queries return location-results that are marked as non-searchable.
Link copied to clipboard
Set a list of locations to search in
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setSkip(@IntRange(from = 0) skip: Int): MPFilter.Builder
Link copied to clipboard
open fun setTake(@IntRange(from = 0) take: Int): MPFilter.Builder
Link copied to clipboard
Sets a list of types to search in