Return only items with an attribute value matching the specified values.
If multiple attribute key value pairs are supplied, only points of interest that have attribute values matching ALL key value pairs in the dictionary are returned.
The attribute values
Return only items that are inside the specified bounding box.
Lower X coordinate.
Lower Y coordinate.
Upper X coordinate.
Upper Y coordinate.
Construct the filter
The filter
Return the specified maximum number of items.
Maximum number of items to return.
Skip the specified number of items.
Number of items to skip.
Return only items that are of the specified type(s)
Multiple types can be provided, the item's type has to match one of them.
(../../../help/glossary.html#term-point-of-interest) types to return
Return only items that have a type that is part of the specified type group(s)
Multiple type groups can be provided, the item's type has to be part of one of them.
POI type groups to return
Return only items that are inside the specified site model entity.
Multiple entities can be provided, the item has to be contained in only one of them.
Specify undefined
to include items that are in no site model entity.
This method can be called multiple times.
List of site model entities.
Sort results by the specific field name.
Field name to sort by.
Sort results in the specific order (ascending or descending).
Sort order.
Regularly subsample the list of items returned.
Step size, where 1 returns every item, 2 returns every other item, etc.
Generated using TypeDoc
Filter builder for POIs, to be used with {@link RestRepository.filter}