class IAGSVenueDensity: Any
Fields
| Name | Description |
|---|---|
val venueId: String?
|
This is venue identifier |
val area: Array<IAGSAreaDensity>?
|
This is an array of area density information |
Constructors
<init>
constructor(venueId: String?, area: Array<IAGSAreaDensity>?, updateInterval: Int?)
This is density information for GroundSage service
Parameters
| Name | Description |
|---|---|
venueId: String?
|
|
area: Array<IAGSAreaDensity>?
|
|
updateInterval: Int?
|
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 GroundSage service