Options
public struct Options
Undocumented
-
Latitude
Declaration
Swift
public var filterlatitude: Float -
Longitude
Declaration
Swift
public var filterlongitude: Float -
Type of location-based app
Declaration
Swift
public var filterappType: PCFilterappType? -
Undocumented
Declaration
Swift
public init(filterlatitude: Float, filterlongitude: Float, filterappType: PCFilterappType? = nil)
View on GitHub
Options Structure Reference