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: PCFilterappType? -
Filters the location-based app by its caching method.
Declaration
Swift
public var filtercache: PCFiltercache? -
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: PCFilterappType? = nil, filtercache: PCFiltercache? = nil, filtersince: DateTime? = nil)
View on GitHub
Options Structure Reference