class IAGSDensityProperty: Any
Fields
Name | Description |
---|---|
val count: Int
|
Number of people in current region. |
val density: Double
|
App user density (in %) of current region. |
val densityLevel: Int
|
Density level in current region. |
var densityColor: Long
|
Density color in current region. |
Constructors
<init>
constructor(count: Int, density: Double, densityLevel: Int, densityColor: Long)
This is density information for area
Parameters
Name | Description |
---|---|
count: Int
|
|
density: Double
|
|
densityLevel: Int
|
|
densityColor: Long
|
Methods
equals
fun equals(other: Any?): Boolean
Parameters
Name | Description |
---|---|
other: Any?
|
ReturnValue
Name | Description |
---|---|
Boolean
|
toString
fun toString(): String
ReturnValue
Name | Description |
---|---|
String
|
This is density information for area