IAGSDensityProperty
@objcMembers
@objc(IAGSDensityProperty)
public class IAGSDensityProperty : NSObject
This is density information for area
-
Number of people in current region.
Declaration
Swift
public var count: Int
-
App user density (in %) of current region.
Declaration
Swift
public var density: Double
-
Density level in current region.
Declaration
Swift
public var densityLevel: Int
-
Density color in current region.
Declaration
Swift
public var densityColor: UIColor