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 filterappType: PCPOIFilterappType?
-
Filters the location-based app by its caching method.
Declaration
Swift
public var filtercache: PCPOIFiltercache?
-
Filters location-based apps that were changed (created/updated/deleted) since the given point in time
Declaration
Swift
public var filtersince: DateTime?
-
Undocumented
Declaration
Swift
public init(pagenumber: Int? = nil, pagesize: Int? = nil, filterappType: PCPOIFilterappType? = nil, filtercache: PCPOIFiltercache? = nil, filtersince: DateTime? = nil)