Options
public struct Options
Undocumented
-
page number
Declaration
Swift
public var pagenumber: Int? -
items per page
Declaration
Swift
public var pagesize: Int? -
Filter for poi type, no filter returns all types
Declaration
Swift
public var filterpoiType: PCPOIType? -
Filter id for app id, no filter returns pois for all apps
Declaration
Swift
public var filterappId: ID?
View on GitHub
Options Structure Reference