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 for all sources with given source name

    Declaration

    Swift

    public var filtername: String?
  • Undocumented

    Declaration

    Swift

    public init(pagenumber: Int? = nil, pagesize: Int? = nil, filterpoiType: PCPOIType? = nil, filtername: String? = nil)