class IAGSDensityConfig: Any
Fields
Name | Description |
---|---|
val closedAreaThreshold: Int
|
This is threshold of the closed area definition. If number of people in this area less than or equal to this value, we define it as a closed area. |
val densityLevels: Array<IAGSDensityLevelConfig>?
|
This is an array of density level settings. |
Constructors
<init>
constructor(closedAreaThreshold: Int, densityLevels: Array<IAGSDensityLevelConfig>?, densityStatusDepns: String?, densitySubscriptionInterval: Int?)
This is configuration settings for density
Parameters
Name | Description |
---|---|
closedAreaThreshold: Int
|
|
densityLevels: Array<IAGSDensityLevelConfig>?
|
|
densityStatusDepns: String?
|
|
densitySubscriptionInterval: Int?
|
This is configuration settings for density