IAGSDensityConfig
@objcMembers
@objc(IAGSDensityConfig)
public class IAGSDensityConfig : NSObject
This is configuration settings for density
-
This is threshold of the closed area defination. If number of people [IAGSDensityProperty.count] in this area less than or equa to this value, we define it as a closed area.
Declaration
Swift
public var closedAreaThreshold: Int
-
This is an array of density level settings.
Declaration
Swift
public var densityLevelConfig: [IAGSDensityLevelConfig]?