PortalQueryParameters

constructor(query: String = "", boundingBox: Envelope? = null, limit: Int = 10)

Creates a PortalQueryParameters with the given query string, the bounding box and the result limit.

Parameters

query

the query string to use. The format is such as "owner:username AND title:mygroupname".